Home
last modified time | relevance | path

Searched defs:WindowStyleEx (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/
H A DWindow.hsc161 type WindowStyleEx = DWORD function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcontrol.h779 #define IVideoWindow_put_WindowStyleEx(This,WindowStyleEx) (This)->lpVtbl->put_WindowStyleEx(This,W… argument
780 #define IVideoWindow_get_WindowStyleEx(This,WindowStyleEx) (This)->lpVtbl->get_WindowStyleEx(This,W… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcontrol.h779 #define IVideoWindow_put_WindowStyleEx(This,WindowStyleEx) (This)->lpVtbl->put_WindowStyleEx(This,W… argument
780 #define IVideoWindow_get_WindowStyleEx(This,WindowStyleEx) (This)->lpVtbl->get_WindowStyleEx(This,W… argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs67834 pub unsafe fn WindowStyleEx(&self) -> ::windows::runtime::Result<i32> { in WindowStyleEx() method