WINSOCK_WS2HELP_LSP_DISABLE event

Note

Layered Service Providers are deprecated. Starting with Windows 8 and Windows Server 2012, use Windows Filtering Platform.

 

The WINSOCK_WS2HELP_LSP_DISABLE event is a Winsock catalog change event for a layered service provider (LSP) disable operation.

const EVENT_DESCRIPTOR WINSOCK_WS2HELP_LSP_DISABLE = {0x3, 0x0, 0x10, 0x0, 0x0, 0x0, 0x8000000000000000};

Parameters

LSP Name

The name of the LSP as obtained from the szProtocol member of the WSAPROTOCOL_INFO structure for the LSP being disabled.

Catalog

The Winsock catalog (32-bit or 64-bit) where the LSP is being disabled. This is an integer value that is either 32 or 64.

Installer

The module filename of the application making the LSP disable call.

GUID

The GUID value of the Winsock transport provider that the LSP is being disabled.

Category

The dwCatalogEntryId member of the WSAPROTOCOL_INFO structure for the LSP being disabled.

This event has no parameters.

Remarks

The WINSOCK_WS2HELP_LSP_DISABLE event is traced for an LSP disable operation when a protocol entry is disabled in the Winsock catalog.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Control of Winsock Tracing

Winsock Tracing

Winsock Tracing Levels

Winsock Catalog Change Tracing Details