WS_UNIQUE_ID structure (webservices.h)
Represents a unique ID URI.
Syntax
typedef struct _WS_UNIQUE_ID {
WS_STRING uri;
GUID guid;
} WS_UNIQUE_ID;
Members
uri
A string representation of the URI. If length is zero, then the unique ID is a guid, and the value is stored in the guid field. Otherwise, the URI is a string and the string value is stored in the uri field.
guid
If the uri.length field is 0, then this field contains the GUID representation of the unique ID. Otherwise the value of the field is not defined.
Remarks
This structure represents a URI that is used as a unique ID. It has native support for GUID-based URI's, but can also accommodate other unique-id URI's as a string.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |