OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWindowStyle
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16
55
#define
GetWindowStyle
(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
74
#define IsRestored(hwnd) ((
GetWindowStyle
(hwnd) & (WS_MINIMIZE | WS_MAXIMIZE))==0L)
[
all
...]
windowsx.h
48
#define
GetWindowStyle
(hwnd) ((DWORD)GetWindowLong(hwnd,GWL_STYLE))
61
#define IsRestored(hwnd) (!(
GetWindowStyle
(hwnd) & (WS_MINIMIZE | WS_MAXIMIZE)))
[
all
...]
Completed in 221 milliseconds