WINSOCK_WS2HELP_LSP_REMOVE event
Note
Layered Service Providers are deprecated. Starting with Windows 8 and Windows Server 2012, use Windows Filtering Platform.
The WINSOCK_WS2HELP_LSP_REMOVE event is a Winsock catalog change event for a layered service provider (LSP) removal operation.
const EVENT_DESCRIPTOR WINSOCK_WS2HELP_LSP_REMOVE = {0x2, 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 removed.
-
Catalog
-
The Winsock catalog (32-bit or 64-bit) where the LSP is being removed. This is an integer value that is either 32 or 64.
-
Installer
-
The module filename of the application making the LSP remove call.
-
GUID
-
The GUID value of the Winsock transport provider that the LSP is being removed from.
-
Category
-
The dwCatalogEntryId member of the WSAPROTOCOL_INFO structure for the LSP being removed.
Remarks
The WINSOCK_WS2HELP_LSP_REMOVE event is traced for an LSP removal operation when a protocol entry is removed from 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