Home
last modified time | relevance | path

Searched refs:IAppointment (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcdoex.h118 typedef struct IAppointment IAppointment; typedef
1737 struct IAppointment : public IDispatch { struct
1808 ULONG (WINAPI *AddRef)(IAppointment *This);
1809 ULONG (WINAPI *Release)(IAppointment *This);
1874 …HRESULT (WINAPI *GetFirstInstance)(IAppointment *This,DATE MinDate,DATE MaxDate,IAppointment **App…
1875 HRESULT (WINAPI *GetNextInstance)(IAppointment *This,IAppointment **Appointment);
1877 …RESULT (WINAPI *GetRecurringMaster)(IAppointment *This,BSTR CalendarLocation,BSTR UserName,BSTR Pa…
1880 struct IAppointment { struct
2077 …SULT WINAPI IAppointment_GetFirstInstance_Proxy(IAppointment *This,DATE MinDate,DATE MaxDate,IAppo…
2079 HRESULT WINAPI IAppointment_GetNextInstance_Proxy(IAppointment *This,IAppointment **Appointment);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcdoex.h118 typedef struct IAppointment IAppointment; typedef
1737 struct IAppointment : public IDispatch { struct
1808 ULONG (WINAPI *AddRef)(IAppointment *This);
1809 ULONG (WINAPI *Release)(IAppointment *This);
1874 …HRESULT (WINAPI *GetFirstInstance)(IAppointment *This,DATE MinDate,DATE MaxDate,IAppointment **App…
1875 HRESULT (WINAPI *GetNextInstance)(IAppointment *This,IAppointment **Appointment);
1877 …RESULT (WINAPI *GetRecurringMaster)(IAppointment *This,BSTR CalendarLocation,BSTR UserName,BSTR Pa…
1880 struct IAppointment { struct
2077 …SULT WINAPI IAppointment_GetFirstInstance_Proxy(IAppointment *This,DATE MinDate,DATE MaxDate,IAppo…
2079 HRESULT WINAPI IAppointment_GetNextInstance_Proxy(IAppointment *This,IAppointment **Appointment);
[all …]
/dports/devel/upp/upp/bazaar/MAPIEx/
H A DMAPIAppointment.h42 IAppointment* m_pAppointment;
48 bool Open(MAPIEx* pMAPI, IAppointment* pAppointment);
H A DMAPIAppointment.cpp35 bool MAPIAppointment::Open(MAPIEx* pMAPI, IAppointment* pAppointment) { in Open()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dpimstore.pp93 IAppointment = interface;
106 function get_AppointmentItem(out ppAppt:IAppointment):HRESULT; stdcall;
193 function GetOccurrence(_date:TDateTime; out ppAppt:IAppointment):HRESULT; stdcall;
469 * Generated header for interface: IAppointment
475 IAppointment = interface(IDispatch)
516 function Copy(out ppolCopy:IAppointment):HRESULT; stdcall;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Appointments/
H A Dmod.rs3115 pub struct IAppointment(::windows::runtime::IInspectable); struct
3116 unsafe impl ::windows::runtime::Interface for IAppointment { implementation