Home
last modified time | relevance | path

Searched refs:ISceSvcAttachmentPersistInfo (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dscesvc.h141 typedef struct ISceSvcAttachmentPersistInfo ISceSvcAttachmentPersistInfo; typedef
142 typedef ISceSvcAttachmentPersistInfo *LPSCESVCATTACHMENTPERSISTINFO;
144 struct ISceSvcAttachmentPersistInfo : public IUnknown { struct
153 … HRESULT (WINAPI *QueryInterface)(ISceSvcAttachmentPersistInfo *This,REFIID riid,void **ppvObject);
154 ULONG (WINAPI *AddRef)(ISceSvcAttachmentPersistInfo *This);
155 ULONG (WINAPI *Release)(ISceSvcAttachmentPersistInfo *This);
156 …HRESULT (WINAPI *Save)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName,SCESVC_HANDLE sces…
157 HRESULT (WINAPI *FreeBuffer)(ISceSvcAttachmentPersistInfo *This,PVOID pvData);
158 HRESULT (WINAPI *IsDirty)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName);
161 struct ISceSvcAttachmentPersistInfo { struct
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dscesvc.h141 typedef struct ISceSvcAttachmentPersistInfo ISceSvcAttachmentPersistInfo; typedef
142 typedef ISceSvcAttachmentPersistInfo *LPSCESVCATTACHMENTPERSISTINFO;
144 struct ISceSvcAttachmentPersistInfo : public IUnknown { struct
153 … HRESULT (WINAPI *QueryInterface)(ISceSvcAttachmentPersistInfo *This,REFIID riid,void **ppvObject);
154 ULONG (WINAPI *AddRef)(ISceSvcAttachmentPersistInfo *This);
155 ULONG (WINAPI *Release)(ISceSvcAttachmentPersistInfo *This);
156 …HRESULT (WINAPI *Save)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName,SCESVC_HANDLE sces…
157 HRESULT (WINAPI *FreeBuffer)(ISceSvcAttachmentPersistInfo *This,PVOID pvData);
158 HRESULT (WINAPI *IsDirty)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName);
161 struct ISceSvcAttachmentPersistInfo { struct
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/ConfigurationSnapin/
H A Dmod.rs9 …e fn Initialize<'a, Param2: ::windows::runtime::IntoParam<'a, ISceSvcAttachmentPersistInfo>>(&self… in Initialize()
56 pub struct ISceSvcAttachmentPersistInfo(::windows::runtime::IUnknown); struct
57 impl ISceSvcAttachmentPersistInfo { impl
69 unsafe impl ::windows::runtime::Interface for ISceSvcAttachmentPersistInfo { implementation
73 impl ::std::convert::From<ISceSvcAttachmentPersistInfo> for ::windows::runtime::IUnknown {
74 fn from(value: ISceSvcAttachmentPersistInfo) -> Self { in from()
78 impl ::std::convert::From<&ISceSvcAttachmentPersistInfo> for ::windows::runtime::IUnknown {
79 fn from(value: &ISceSvcAttachmentPersistInfo) -> Self { in from()
83 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISceSvcAttachmentPersistInfo { implementation
88 …::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ISceSvcAttachmentPersistInfo { implementation
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwascesvc.pas300 ISceSvcAttachmentPersistInfo = interface (IUnknown) interface
309 LPSCESVCATTACHMENTPERSISTINFO = ISceSvcAttachmentPersistInfo;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/ConfigurationSnapin/
H A Dmod.rs5 pub type ISceSvcAttachmentPersistInfo = *mut ::core::ffi::c_void; typedef