Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an unsigned long integer value that contains the code page used to perform the conversion.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public dwCodePage As UInteger
public uint dwCodePage
public:
unsigned int dwCodePage
val mutable dwCodePage: uint32
public var dwCodePage : uint
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 |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.