WSD_PORT_TYPE (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |