Home
last modified time | relevance | path

Searched refs:MakeSingleton (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiutils.h115 virtual HRESULT WINAPI MakeSingleton(boolean bSet) = 0;
132 HRESULT (WINAPI *MakeSingleton)(IWbemPathKeyList *This,boolean bSet);
151 #define IWbemPathKeyList_MakeSingleton(This,bSet) (This)->lpVtbl->MakeSingleton(This,bSet)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiutils.h115 virtual HRESULT WINAPI MakeSingleton(boolean bSet) = 0;
132 HRESULT (WINAPI *MakeSingleton)(IWbemPathKeyList *This,boolean bSet);
151 #define IWbemPathKeyList_MakeSingleton(This,bSet) (This)->lpVtbl->MakeSingleton(This,bSet)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Wmi/
H A Dmod.rs6886 pub unsafe fn MakeSingleton(&self, bset: u8) -> ::windows::runtime::Result<()> { in MakeSingleton() method