CMP_DELETE_PLUG structure (61883.h)

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.

Syntax

typedef struct _CMP_DELETE_PLUG {
  IN HANDLE hPlug;
} CMP_DELETE_PLUG, *PCMP_DELETE_PLUG;

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.

Requirements

Requirement Value
Header 61883.h

See also

AV_61883_REQUEST