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;

Konstanten

  • 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.

Hinweise

The WSC_PROVIDER_AUDIT_INFO structure is not currently used.

Anforderungen

Mindestens unterstützter Client

Windows Vista

Mindestens unterstützter Server

Windows Server 2008

Header

Ws2spi.h

Siehe auch

WSC_PROVIDER_AUDIT_INFO

WSCGetProviderInfo

WSCGetProviderInfo32

WSCSetProviderInfo

WSCSetProviderInfo32