Home
last modified time | relevance | path

Searched refs:IManagedObjectInfo (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h533 typedef struct IManagedObjectInfo IManagedObjectInfo; typedef
5838 struct IManagedObjectInfo : public IUnknown { struct
5848 HRESULT (WINAPI *QueryInterface)(IManagedObjectInfo *This,REFIID riid,void **ppvObject);
5849 ULONG (WINAPI *AddRef)(IManagedObjectInfo *This);
5850 ULONG (WINAPI *Release)(IManagedObjectInfo *This);
5851 HRESULT (WINAPI *GetIUnknown)(IManagedObjectInfo *This,IUnknown **pUnk);
5852 HRESULT (WINAPI *GetIObjectControl)(IManagedObjectInfo *This,IObjectControl **pCtrl);
5854 HRESULT (WINAPI *SetWrapperStrength)(IManagedObjectInfo *This,WINBOOL bStrong);
5857 struct IManagedObjectInfo { struct
5969 virtual HRESULT WINAPI CreateManagedStub(IManagedObjectInfo *pInfo,WINBOOL fDist) = 0;
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h533 typedef struct IManagedObjectInfo IManagedObjectInfo; typedef
5838 struct IManagedObjectInfo : public IUnknown { struct
5848 HRESULT (WINAPI *QueryInterface)(IManagedObjectInfo *This,REFIID riid,void **ppvObject);
5849 ULONG (WINAPI *AddRef)(IManagedObjectInfo *This);
5850 ULONG (WINAPI *Release)(IManagedObjectInfo *This);
5851 HRESULT (WINAPI *GetIUnknown)(IManagedObjectInfo *This,IUnknown **pUnk);
5852 HRESULT (WINAPI *GetIObjectControl)(IManagedObjectInfo *This,IObjectControl **pCtrl);
5854 HRESULT (WINAPI *SetWrapperStrength)(IManagedObjectInfo *This,WINBOOL bStrong);
5857 struct IManagedObjectInfo { struct
5969 virtual HRESULT WINAPI CreateManagedStub(IManagedObjectInfo *pInfo,WINBOOL fDist) = 0;
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs708 pub type IManagedObjectInfo = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs6668 …fn CreateManagedStub<'a, Param0: ::windows::runtime::IntoParam<'a, IManagedObjectInfo>, Param1: ::…
6671 …n DestroyManagedStub<'a, Param0: ::windows::runtime::IntoParam<'a, IManagedObjectInfo>>(&self, pin…
6711 pub struct IManagedObjectInfo(::windows::runtime::IUnknown);
6712 impl IManagedObjectInfo {
6730 unsafe impl ::windows::runtime::Interface for IManagedObjectInfo {
6734 impl ::std::convert::From<IManagedObjectInfo> for ::windows::runtime::IUnknown {
6735 fn from(value: IManagedObjectInfo) -> Self {
6739 impl ::std::convert::From<&IManagedObjectInfo> for ::windows::runtime::IUnknown {
6740 fn from(value: &IManagedObjectInfo) -> Self {
6744 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IManagedObjectInfo {
[all …]