Home
last modified time | relevance | path

Searched refs:GetOpenParentState (Results 1 – 15 of 15) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Docidl.d457 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Docidl.d457 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Docidl.d456 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Docidl.d457 HRESULT GetOpenParentState(DWORD*);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Docidl.d456 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Docidl.d456 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Docidl.d456 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Docidl.d456 HRESULT GetOpenParentState(DWORD*);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Docidl.d457 HRESULT GetOpenParentState(DWORD*);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Docidl.d456 HRESULT GetOpenParentState(DWORD*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Docidl.h850 STDMETHOD(GetOpenParentState)(THIS_ DWORD*) PURE; in DECLARE_INTERFACE_() local
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Docidl.h850 STDMETHOD(GetOpenParentState)(THIS_ DWORD*) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Docidl.h5857 virtual HRESULT STDMETHODCALLTYPE GetOpenParentState(
5918 HRESULT (STDMETHODCALLTYPE *GetOpenParentState)(
5971 #define IOleUndoManager_GetOpenParentState(This,pdwState) (This)->lpVtbl->GetOpenParentState(This,p…
6002 return This->lpVtbl->GetOpenParentState(This,pdwState);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Docidl.h5857 virtual HRESULT STDMETHODCALLTYPE GetOpenParentState(
5918 HRESULT (STDMETHODCALLTYPE *GetOpenParentState)(
5971 #define IOleUndoManager_GetOpenParentState(This,pdwState) (This)->lpVtbl->GetOpenParentState(This,p…
6002 return This->lpVtbl->GetOpenParentState(This,pdwState);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ole/
H A Dmod.rs4806 pub unsafe fn GetOpenParentState(&self) -> ::windows::runtime::Result<u32> { in GetOpenParentState() method