CMP_DELETE_PLUG - NtDoc

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

typedef struct _CMP_DELETE_PLUG {
  IN HANDLE hPlug;
} CMP_DELETE_PLUG, *PCMP_DELETE_PLUG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-61883-_cmp_delete_plug)

_CMP_DELETE_PLUG structure

Description

This structure is used to delete a plug.The request deletes a plug control register (iPCR or oPCR) that was created with Av61883_CreatePlug. A driver is responsible for deleting all of the plugs it has created before the system unloads the driver.

Members

hPlug

On input, a handle to the plug to delete.

Remarks

If successful, the IEC-61883 protocol driver sets Irp->IoStatus.Status to STATUS_SUCCESS.

See also

AV_61883_REQUEST