Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method parses the address, validates its component parts and saves them in the object.
Syntax
HRESULT Deserialize(
LPCWSTR pszBuffer
);
Parameters
- pszBuffer
[in] Address to save in the object.
Return Value
The following table shows the possible error code return values.
| Error code | Description |
|---|---|
S_OK |
This method completed successfully. |
E_INVALIDARG |
pszBuffer is NULL, its length in characters exceeds WSD_MAX_TEXT_LENGTH (8192), or it does not contain an address in a valid format. |
E_OUTOFMEMORY |
Insufficient memory to complete the operation. |
Requirements
| Header | wsdapi.h |
| Library | wsdapi.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 R2 |