IWSDiscoveredService::GetMetadataVersion (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the metadata version of this message.
Syntax
HRESULT GetMetadataVersion(
ULONGLONG* pullMetadataVersion
);
Parameters
- pullMetadataVersion
[out] Metadata version of this message.
Return Value
The following table shows the possible error code return values.
Error code | Description |
---|---|
S_OK |
This method completed successfully. |
E_POINTER |
pullMetadataVersion is NULL. |
Remarks
Versioning is used to determine if metadata exchange should be performed again due to a state change on the device.
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |