Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dgpmgmt.h117 typedef struct IGPMGPOLinksCollection IGPMGPOLinksCollection; typedef
1179 virtual HRESULT WINAPI GetGPOLinks(IGPMGPOLinksCollection **ppGPOLinks) = 0;
1180 virtual HRESULT WINAPI GetInheritedGPOLinks(IGPMGPOLinksCollection **ppGPOLinks) = 0;
1200 HRESULT (WINAPI *GetGPOLinks)(IGPMSOM *This,IGPMGPOLinksCollection **ppGPOLinks);
1943 struct IGPMGPOLinksCollection : public IDispatch { struct
1953 ULONG (WINAPI *AddRef)(IGPMGPOLinksCollection *This);
1954 ULONG (WINAPI *Release)(IGPMGPOLinksCollection *This);
1955 HRESULT (WINAPI *GetTypeInfoCount)(IGPMGPOLinksCollection *This,UINT *pctinfo);
1959 HRESULT (WINAPI *get_Count)(IGPMGPOLinksCollection *This,__LONG32 *pVal);
1960 HRESULT (WINAPI *get_Item)(IGPMGPOLinksCollection *This,__LONG32 lIndex,VARIANT *pVal);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dgpmgmt.h117 typedef struct IGPMGPOLinksCollection IGPMGPOLinksCollection; typedef
1179 virtual HRESULT WINAPI GetGPOLinks(IGPMGPOLinksCollection **ppGPOLinks) = 0;
1180 virtual HRESULT WINAPI GetInheritedGPOLinks(IGPMGPOLinksCollection **ppGPOLinks) = 0;
1200 HRESULT (WINAPI *GetGPOLinks)(IGPMSOM *This,IGPMGPOLinksCollection **ppGPOLinks);
1943 struct IGPMGPOLinksCollection : public IDispatch { struct
1953 ULONG (WINAPI *AddRef)(IGPMGPOLinksCollection *This);
1954 ULONG (WINAPI *Release)(IGPMGPOLinksCollection *This);
1955 HRESULT (WINAPI *GetTypeInfoCount)(IGPMGPOLinksCollection *This,UINT *pctinfo);
1959 HRESULT (WINAPI *get_Count)(IGPMGPOLinksCollection *This,__LONG32 *pVal);
1960 HRESULT (WINAPI *get_Item)(IGPMGPOLinksCollection *This,__LONG32 lIndex,VARIANT *pVal);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/GroupPolicy/
H A Dmod.rs4386 pub struct IGPMGPOLinksCollection(::windows::runtime::IUnknown);
4387 impl IGPMGPOLinksCollection {
4403 unsafe impl ::windows::runtime::Interface for IGPMGPOLinksCollection {
4407 impl ::std::convert::From<IGPMGPOLinksCollection> for ::windows::runtime::IUnknown {
4408 fn from(value: IGPMGPOLinksCollection) -> Self {
4412 impl ::std::convert::From<&IGPMGPOLinksCollection> for ::windows::runtime::IUnknown {
4413 fn from(value: &IGPMGPOLinksCollection) -> Self {
4428 impl ::std::convert::From<IGPMGPOLinksCollection> for super::Ole::Automation::IDispatch {
4429 fn from(value: IGPMGPOLinksCollection) -> Self {
4434 impl ::std::convert::From<&IGPMGPOLinksCollection> for super::Ole::Automation::IDispatch {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/GroupPolicy/
H A Dmod.rs464 pub type IGPMGPOLinksCollection = *mut ::core::ffi::c_void; typedef