WSK_REGISTRATION structure (wsk.h)

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

Syntax

typedef struct _WSK_REGISTRATION {
  ULONGLONG  ReservedRegistrationState;
  PVOID      ReservedRegistrationContext;
  KSPIN_LOCK ReservedRegistrationLock;
} WSK_REGISTRATION, *PWSK_REGISTRATION;

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header wsk.h (include Wsk.h)