WSK_REGISTRATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wsk.h

typedef struct _WSK_REGISTRATION {
  ULONGLONG  ReservedRegistrationState;
  PVOID      ReservedRegistrationContext;
  KSPIN_LOCK ReservedRegistrationLock;
} WSK_REGISTRATION, *PWSK_REGISTRATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wsk-_wsk_registration)

_WSK_REGISTRATION structure

Description

The WSK_REGISTRATION structure is used by the WSK subsystem to register or unregister a WSK application as a WSK client.

Members

ReservedRegistrationState

Reserved for system use. Do not use.

ReservedRegistrationContext

Reserved for system use. Do not use.

ReservedRegistrationLock

Reserved for system use. Do not use.

Remarks

This structure is provided by a client application to register or unregister a WSK client instance. Do not update any of the members of this structure.

For more information about attaching a WSK application to the WSK subsystem, see Registering a Winsock Kernel Application.