<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > General purposes UDTs > WNDCLASS |
Description
WNDCLASS structure.
Syntax
Type WNDCLASS
STYLE AS DWORD
lpfnwndproc AS DWORD
cbClsextra AS LONG
cbWndExtra AS LONG
hInstance AS DWORD
hIcon AS DWORD
hCursor AS DWORD
hbrBackground AS DWORD
lpszMenuName AS ASCIIZ PTR
lpszClassName AS ASCIIZ PTR
End Type
Remarks
See also
Examples