LVM_SETUNICODEFORMATLVM_SETUNICODEFORMAT*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_SETTOOLTIPS
*Next Topic: LVM_SETWORKAREAS

LVM_SETUNICODEFORMAT


LVM_SETUNICODEFORMAT
    wParam = (WPARAM)(BOOL)fUnicode;
    lParam = 0;

Sets the UNICODE character format flag for the control. This message allows you to change the character set used by the control at run time rather than having to re-create the control. You can send this message explicitly or use the ListView_SetUnicodeFormat macro.

fUnicode
Determines the character set that is used by the control. If this value is nonzero, the control will use UNICODE characters. If this value is zero, the control will use ANSI characters.

See also LVM_GETUNICODEFORMAT


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.