Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
Public enum WindowLongFlags
GWL_EXSTYLE As Long = -20
GWLP_HINSTANCE As Long = -6
GWLP_HWNDPARENT As Long = -8
GWL_ID As Long = -12
GWL_STYLE As Long = -16
GWL_USERDATA As Long = -21
GWL_WNDPROC As Long = -4
DWLP_USER As Long = &H8
DWLP_MSGRESULT As Long = &H0
DWLP_DLGPROC As Long = &H4
end enum
Notes:
None.
WindowLongFlags - Flags for GetWindowLong, GetWindowLongPtr, SetWindowLong & SetWindowLongPtr
4/2/2012 2:14:08 AM - -202.74.138.1
The GetWindowLongPtr API
2/16/2012 2:32:18 AM - -202.74.138.1
The SetWindowLongPtr API. Use this one instead of SetWindowLong to assure 64 bit compatibility.
4/7/2014 12:03:08 AM - -202.74.138.1
WindowLongFlags - Flags for GetWindowLong, GetWindowLongPtr, SetWindowLong & SetWindowLongPtr
4/2/2012 2:14:08 AM - -202.74.138.1
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!