Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddispdib.h40 #define DDM_BEGIN WM_USER+3 macro
66 #define DisplayDibWindowBeginEx(hwnd,f) ::SendMessage(hwnd,DDM_BEGIN,(WPARAM)(UINT)(f),0)
72 #define DisplayDibWindowBeginEx(hwnd) SendMessage(hwnd,DDM_BEGIN,0,0)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddispdib.h40 #define DDM_BEGIN WM_USER+3 macro
66 #define DisplayDibWindowBeginEx(hwnd,f) ::SendMessage(hwnd,DDM_BEGIN,(WPARAM)(UINT)(f),0)
72 #define DisplayDibWindowBeginEx(hwnd) SendMessage(hwnd,DDM_BEGIN,0,0)
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/windows/
H A Duser32.zig372 pub const DDM_BEGIN = 0x0403;
/dports/lang/zig/zig-0.9.0/lib/std/os/windows/
H A Duser32.zig372 pub const DDM_BEGIN = 0x0403;