BINDINFO::dwCodePage Field
Visual Studio 2015
Represents an unsigned long integer value that contains the code page used to perform the conversion.
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
public: [ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.DWORD")] unsigned int dwCodePage
Field Value
Type: System::UInt32dwCodePage 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 |
Show: