IVsHTMLConverter.get_DefaultURLEncodingCodePage(UInt32) Method

Definition

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.

Applies to