WINSOCK_WS2HELP_LSP_INSTALL event

Note

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

 

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

const EVENT_DESCRIPTOR WINSOCK_WS2HELP_LSP_INSTALL = {0x1, 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 installed.

Catalog

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

Installer

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

GUID

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

Category

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

Remarks

The WINSOCK_WS2HELP_LSP_INSTALL event is traced for an LSP install operation when a protocol entry is installed into 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