IHeaderCollection::AddUnicodeString (Windows CE 5.0)
This method adds a raw Unicode-String-type header.
HRESULT AddUnicodeString(byte Id, LPCWSTR pszData);
Parameters
- Id
[in] Unicode string identifier. - pszData
[in] Unicode string data.
Return Values
This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:
- S_OK
The method completed successfully.
Requirements
Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.
See Also
IHeaderCollection | OBEX Interfaces
Send Feedback on this topic to the authors