Contents Index Topic Contents | ||
Previous Topic: HDM_GETORDERARRAY Next Topic: HDM_HITTEST |
HDM_GETUNICODEFORMAT
HDM_GETUNICODEFORMAT wParam = 0; lParam = 0;Retrieves the UNICODE character format flag for the control. You can send this message explicitly or use the Header_GetUnicodeFormat macro.
- 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.
See also HDM_SETUNICODEFORMAT
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.