PshedUnregisterPlugin function (ntddk.h)

When registering a V2 plugin (WHEA_PLUGIN_REGISTRATION_PACKET_V2) this interface allows the plugin to unregister from the system so the driver can be stopped.

Syntax

NTPSHEDAPI VOID PshedUnregisterPlugin(
  PVOID PluginHandle
);

Parameters

PluginHandle

Specifies the plugin to unload. Use the PluginHandle that the packet contains after registering a V2 plugin.

Return value

This function returns NTPSHEDAPI VOID.

Requirements

Requirement Value
Header ntddk.h