Share via


encoding Property (Compact 2013)

3/26/2014

This property sets and gets encoding for the output.

Syntax

[propput]HRESULT encoding([in] BSTR strEncoding);
[propget]HRESULT encoding([out, retval] BSTR* strEncoding);

Parameters

  • strEncoding
    String used to identify encoding.

Return Value

  • S_OK
    Returned if no errors are reported.

Remarks

The default string is dependent on implementation.

If the output is a string, the encoding parameter is ignored.

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

IMXWriter