Compartilhar via


encoding Property (Windows CE 5.0)

Send Feedback

This property sets and gets encoding for the output.

[propput]HRESULTencoding([in] BSTRstrEncoding);

[propget]HRESULTencoding([out, retval] BSTR* strEncoding);

Parameters

  • strEncoding
    String used to identify encoding.

Return Values

  • 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

See Also

IMXWriter:IDispatch

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.