WSPDATA structure
The WSPDATA structure contains information that describes a SAN service provider.
Syntax
typedef struct WSPData {
WORD wVersion;
WORD wHighVersion;
WCHAR szDescription[WSPDESCRIPTION_LEN+1];
} WSPDATA, *LPWSPDATA;
Members
wVersion
Version of Windows Sockets SPI that the SAN service provider expects the switch to use.wHighVersion
Not used.szDescription
Null-terminated Unicode string into which the SAN service provider copies a description of itself. The text (up to 256 characters in length) can contain any characters, except control and formatting characters.The switch might use szDescription to display a description of the SAN service provider, possibly truncated, in a status message.
Requirements
Version |
Requires Windows Sockets version 2.0. |
Header |
Ws2spi.h (include Ws2spi.h) |
See also