Home
last modified time | relevance | path

Searched refs:GetPropertyDWORD (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h362 HRESULT (STDMETHODCALLTYPE *GetPropertyDWORD)(
489 #define IOpcUri_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD
535 return This->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags);
675 HRESULT (STDMETHODCALLTYPE *GetPropertyDWORD)(
816 …_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD(This,uriProp,…
866 return This->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags);
H A Durlmon.h2833 virtual HRESULT STDMETHODCALLTYPE GetPropertyDWORD(
2939 HRESULT (STDMETHODCALLTYPE *GetPropertyDWORD)(
3051 #define IUri_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD(Th…
3093 return This->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h362 HRESULT (STDMETHODCALLTYPE *GetPropertyDWORD)(
489 #define IOpcUri_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD
535 return This->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags);
675 HRESULT (STDMETHODCALLTYPE *GetPropertyDWORD)(
816 …_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD(This,uriProp,…
866 return This->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags);
H A Durlmon.h2833 virtual HRESULT STDMETHODCALLTYPE GetPropertyDWORD(
2939 HRESULT (STDMETHODCALLTYPE *GetPropertyDWORD)(
3051 #define IUri_GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags) (This)->lpVtbl->GetPropertyDWORD(Th…
3093 return This->lpVtbl->GetPropertyDWORD(This,uriProp,pdwProperty,dwFlags);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs691 …pub unsafe fn GetPropertyDWORD(&self, uriprop: super::super::super::System::Com::Uri_PROPERTY, pdw… in GetPropertyDWORD() method
2167 …pub unsafe fn GetPropertyDWORD(&self, uriprop: super::super::super::System::Com::Uri_PROPERTY, pdw… in GetPropertyDWORD() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs8127 …pub unsafe fn GetPropertyDWORD(&self, uriprop: Uri_PROPERTY, pdwproperty: *mut u32, dwflags: u32) … in GetPropertyDWORD() method