WSC_PROVIDER_INFO_TYPE enumeration (ws2spi.h)
**Note** Layered Service Providers are deprecated. Starting with Windows 8 and Windows Server 2012, use Windows Filtering Platform.
Syntax
typedef enum _WSC_PROVIDER_INFO_TYPE {
ProviderInfoLspCategories,
ProviderInfoAudit
} WSC_PROVIDER_INFO_TYPE;
Constants
ProviderInfoLspCategoriesThe 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. |
ProviderInfoAuditThe 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 | ws2spi.h |