WS_UNIQUE_ID_DESCRIPTION structure (webservices.h)
An optional type description used with WS_UNIQUE_ID_TYPE to specify constraints on the set of values which can be deserialized.
Syntax
typedef struct _WS_UNIQUE_ID_DESCRIPTION {
ULONG minCharCount;
ULONG maxCharCount;
} WS_UNIQUE_ID_DESCRIPTION;
Members
minCharCount
The minimum number of characters. This only pertains to the case where the unique ID is represented as a string.
maxCharCount
The maximum number of characters. This only pertains to the case where the unique ID is represented 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 |