isn't DATETIMEPICKERINFO defined in windows.inc? i can't find it.

Started by mumin16, June 03, 2009, 11:54:52 AM

Previous topic - Next topic

mumin16

isn't DATETIMEPICKERINFO defined in windows.inc? i can't find it.

typedef struct tagDATETIMEPICKERINFO {
    DWORD cbSize;
    RECT rcCheck;
    DWORD stateCheck;
    RECT rcButton;
    DWORD stateButton;
    HWND hwndEdit;
    HWND hwndUD;
    HWND hwndDropDown;
} DATETIMEPICKERINFO, *LPDATETIMEPICKERINFO;

ToutEnMasm


could be found only in the windows rc 7 translate ,Vista specific.

Quote
IF ( NTDDI_VERSION GE  NTDDI_VISTA)

DATETIMEPICKERINFO   STRUCT
   cbSize DWORD ?
   rcCheck RECT <>
   stateCheck DWORD ?
   rcButton RECT <>
   stateButton DWORD ?
   hwndEdit DWORD ?
   hwndUD DWORD ?
   hwndDropDown DWORD ?
DATETIMEPICKERINFO      ENDS