HomeSort by relevance Sort by last modified time
    Searched refs:WM_WININICHANGE (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.rh 251 #define WM_WININICHANGE 0x001A
252 #define WM_SETTINGCHANGE WM_WININICHANGE
windowsx.h16 100 #define FORWARD_WM_WININICHANGE(hwnd,lpszSectionName,fn) (void)(fn)((hwnd),WM_WININICHANGE,0,(LPARAM)(LPCSTR)(lpszSectionName))
    [all...]
windowsx.h 76 #define FORWARD_WM_WININICHANGE(hwnd,lpszSectionName,fn) (void)(fn)((hwnd),WM_WININICHANGE,(WPARAM)0,(LPARAM)(LPCTSTR)(lpszSectionName))
    [all...]
winuser.h 1017 #define WM_WININICHANGE 0x001A
1018 #define WM_SETTINGCHANGE WM_WININICHANGE
    [all...]

Completed in 58 milliseconds