Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message retrieves the current minimum and maximum allowable system times for a date and time picker (DTP) control.
DTM_GETRANGE wParam = 0;lParam = (LPARAM) lpSysTimeArray;
Parameters
- wParam
Not used. - lpSysTimeArray
Long pointer to a two-element array of SYSTEMTIME structures.
Return Values
Returns a DWORD value that is a combination of GDTR_MIN or GDTR_MAX.
Remarks
The first element of the SYSTEMTIME array contains the minimum allowable time if GDTR_MIN is set. The second element of the SYSTEMTIME array contains the maximum allowable time if GDTR_MAX is set.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
DateTime_GetRange | SYSTEMTIME
Send Feedback on this topic to the authors