Share via


encoding Property (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMXWriter