WNDPARAMS

From EDM2
Jump to: navigation, search

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;