Contents Index Topic Contents | ||
Previous Topic: MonthCal_GetToday Next Topic: MonthCal_HitTest |
MonthCal_GetUnicodeFormat
BOOL MonthCal_GetUnicodeFormat( HWND hwnd );Retrieves the UNICODE character format flag for the control. You can use this macro or send the MCM_GETUNICODEFORMAT message explicitly.
- Returns the UNICODE format flag for the control. If this value is nonzero, the control is using UNICODE characters. If this value is zero, the control is using ANSI characters.
- hwnd
- Handle to the control.
See also MonthCal_SetUnicodeFormat
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.