IVsHTMLConverter.get_DefaultURLEncodingCodePage(UInt32) Method
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.
Returns the value of the default code page used when encoding strings.
public:
int get_DefaultURLEncodingCodePage([Runtime::InteropServices::Out] System::UInt32 % pulCodePage);
public int get_DefaultURLEncodingCodePage (out uint pulCodePage);
abstract member get_DefaultURLEncodingCodePage : uint32 -> int
Public Function get_DefaultURLEncodingCodePage (ByRef pulCodePage As UInteger) As Integer
Parameters
- pulCodePage
- UInt32
[out] Pointer to the default code page.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.