Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dgpmgmt.h162 typedef struct IGPMMapEntryCollection IGPMMapEntryCollection; typedef
2669 struct IGPMMapEntryCollection : public IDispatch { struct
2679 ULONG (WINAPI *AddRef)(IGPMMapEntryCollection *This);
2680 ULONG (WINAPI *Release)(IGPMMapEntryCollection *This);
2681 HRESULT (WINAPI *GetTypeInfoCount)(IGPMMapEntryCollection *This,UINT *pctinfo);
2685 HRESULT (WINAPI *get_Count)(IGPMMapEntryCollection *This,__LONG32 *pVal);
2686 HRESULT (WINAPI *get_Item)(IGPMMapEntryCollection *This,__LONG32 lIndex,VARIANT *pVal);
2687 HRESULT (WINAPI *get__NewEnum)(IGPMMapEntryCollection *This,IEnumVARIANT **pVal);
2690 struct IGPMMapEntryCollection { struct
2782 virtual HRESULT WINAPI GetEntries(IGPMMapEntryCollection **ppEntries) = 0;
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dgpmgmt.h162 typedef struct IGPMMapEntryCollection IGPMMapEntryCollection; typedef
2669 struct IGPMMapEntryCollection : public IDispatch { struct
2679 ULONG (WINAPI *AddRef)(IGPMMapEntryCollection *This);
2680 ULONG (WINAPI *Release)(IGPMMapEntryCollection *This);
2681 HRESULT (WINAPI *GetTypeInfoCount)(IGPMMapEntryCollection *This,UINT *pctinfo);
2685 HRESULT (WINAPI *get_Count)(IGPMMapEntryCollection *This,__LONG32 *pVal);
2686 HRESULT (WINAPI *get_Item)(IGPMMapEntryCollection *This,__LONG32 lIndex,VARIANT *pVal);
2687 HRESULT (WINAPI *get__NewEnum)(IGPMMapEntryCollection *This,IEnumVARIANT **pVal);
2690 struct IGPMMapEntryCollection { struct
2782 virtual HRESULT WINAPI GetEntries(IGPMMapEntryCollection **ppEntries) = 0;
[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.rs466 pub type IGPMMapEntryCollection = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/GroupPolicy/
H A Dmod.rs4565 pub struct IGPMMapEntryCollection(::windows::runtime::IUnknown);
4566 impl IGPMMapEntryCollection {
4582 unsafe impl ::windows::runtime::Interface for IGPMMapEntryCollection {
4586 impl ::std::convert::From<IGPMMapEntryCollection> for ::windows::runtime::IUnknown {
4587 fn from(value: IGPMMapEntryCollection) -> Self {
4591 impl ::std::convert::From<&IGPMMapEntryCollection> for ::windows::runtime::IUnknown {
4592 fn from(value: &IGPMMapEntryCollection) -> Self {
4607 impl ::std::convert::From<IGPMMapEntryCollection> for super::Ole::Automation::IDispatch {
4608 fn from(value: IGPMMapEntryCollection) -> Self {
4613 impl ::std::convert::From<&IGPMMapEntryCollection> for super::Ole::Automation::IDispatch {
[all …]