Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_PROPSHEETHEADERA

Declaration

Source position: jwaprsht.pas line 320

type _PROPSHEETHEADERA = record

  dwSize: DWORD;

  dwFlags: DWORD;

  hwndParent: HWND;

  hInstance: HINST;

  u: record

    case Integer of

      0: (

          hIcon: HICON;

        );

      1: (

          pszIcon: LPCSTR;

        );

  end;

  pszCaption: LPCSTR;

  nPages: UINT;

  u2: record

    case Integer of

      0: (

          nStartPage: UINT;

        );

      1: (

          pStartPage: LPCSTR;

        );

  end;

  u3: record

    case Integer of

      0: (

          ppsp: LPCPROPSHEETPAGEA;

        );

      1: (

          phpage: PHPROPSHEETPAGE;

        );

  end;

  pfnCallback: PFNPROPSHEETCALLBACK;

  u4: record

    case Integer of

      0: (

          hbmWatermark: HBITMAP;

        );

      1: (

          pszbmWatermark: LPCSTR;

        );

  end;

  hplWatermark: HPALETTE;

  u5: record

    case Integer of

      0: (

          hbmHeader: HBITMAP;

        );

      1: (

          pszbmHeader: LPCSTR;

        );

  end;

end;


Documentation generated on: 2023-03-18