WSC_PROVIDER_INFO_TYPE enumeration
The Windows Sockets WSC_PROVIDER_INFO_TYPEenumeration type is used to specify the information class of a layered service protocol (LSP) in Windows Sockets 2.
Syntax
typedef enum _WSC_PROVIDER_INFO_TYPE { ProviderInfoLspCategories, ProviderInfoAudit } WSC_PROVIDER_INFO_TYPE;
Constants
- ProviderInfoLspCategories
-
The LSP category information for a protocol entry in a layered protocol. The information class should point to a DWORD value containing the appropriate LSP category flags implemented by LSP.
- ProviderInfoAudit
-
The LSP class information for audit information for the LSP entry. The information class should point to a WSC_PROVIDER_AUDIT_INFO structure containing an audit record for the LSP.
Remarks
The WSC_PROVIDER_AUDIT_INFO structure is not currently used.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
- WSC_PROVIDER_AUDIT_INFO
- WSCGetProviderInfo
- WSCGetProviderInfo32
- WSCSetProviderInfo
- WSCSetProviderInfo32