BINDINFO.dwCodePage Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an unsigned long integer value that contains the code page used to perform the conversion.
public: System::UInt32 dwCodePage;
public: unsigned int dwCodePage;
unsigned int dwCodePage;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwCodePage;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwCodePage : uint32
Public dwCodePage As UInteger
Field Value
- Attributes
Remarks
dwCodePage can have the following values in the table below.
Value | |
---|---|
CP_ACP | ANSI code page |
CP_MACCP | Macintosh code page |
CP_OEMCP | OEM code page |
CP_SYMBOL | Symbol code page (42) |
CP_THREAD_ACP | Current thread's ANSI code page |
CP_UTF7 | Translate using UTF-7 |
CP_UTF8 | Translate using UTF-8 |