summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/ApplicationModel/Appointments/DataProvider/mod.rs
blob: ab4d485ad8f0cda229ffd3fd8340d9b644cf795a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub type AppointmentCalendarCancelMeetingRequest = *mut ::core::ffi::c_void;
pub type AppointmentCalendarCancelMeetingRequestEventArgs = *mut ::core::ffi::c_void;
pub type AppointmentCalendarCreateOrUpdateAppointmentRequest = *mut ::core::ffi::c_void;
pub type AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs = *mut ::core::ffi::c_void;
pub type AppointmentCalendarForwardMeetingRequest = *mut ::core::ffi::c_void;
pub type AppointmentCalendarForwardMeetingRequestEventArgs = *mut ::core::ffi::c_void;
pub type AppointmentCalendarProposeNewTimeForMeetingRequest = *mut ::core::ffi::c_void;
pub type AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs = *mut ::core::ffi::c_void;
pub type AppointmentCalendarSyncManagerSyncRequest = *mut ::core::ffi::c_void;
pub type AppointmentCalendarSyncManagerSyncRequestEventArgs = *mut ::core::ffi::c_void;
pub type AppointmentCalendarUpdateMeetingResponseRequest = *mut ::core::ffi::c_void;
pub type AppointmentCalendarUpdateMeetingResponseRequestEventArgs = *mut ::core::ffi::c_void;
pub type AppointmentDataProviderConnection = *mut ::core::ffi::c_void;
pub type AppointmentDataProviderTriggerDetails = *mut ::core::ffi::c_void;