WNDPARAMS: Difference between revisions
Appearance
Created page with "Window parameters. typedef struct _WNDPARAMS { ULONG fsStatus; →Window parameter selection.: ULONG cchText; →Length of window text.: ..." |
(No difference)
|
Latest revision as of 05:49, 21 February 2020
Window parameters.
typedef struct _WNDPARAMS { ULONG fsStatus; /* Window parameter selection. */ ULONG cchText; /* Length of window text. */ PSZ pszText; /* Window text. */ ULONG cbPresParams; /* Length of presentation parameters. */ PVOID pPresParams; /* Presentation parameters. */ ULONG cbCtlData; /* Length of window class specific data. */ PVOID pCtlData; /* Window class specific data. */ } WNDPARAMS; typedef WNDPARAMS *PWNDPARAMS;