WSD_PORT_TYPE (Compact 2013)
3/26/2014
This structure supplies data about a port type. This structure is populated by generated code. For information on generated code, see this Microsoft Web site.
Syntax
typedef struct _WSD_PORT_TYPE {
DWORD EncodedName;
DWORD OperationCount;
WSD_OPERATION* Operations;
WSD_PROTOCOL_TYPE ProtocolType;
} WSD_PORT_TYPE;
Members
- EncodedName
The encoded qualified name of the port type.
- OperationCount
The number of operations in the array referenced by the Operations member.
- Operations
Reference to an array of WSD_OPERATION structures that specifies the operations comprising the port type.
- ProtocolType
A WSD_PROTOCOL_TYPE value that specifies the protocol(s) supported by the port type.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |