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.
Supplies data about a port type. This structure is populated by generated code.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdtypes.h (include Wsdapi.h) |