// 61883.h
typedef struct _CMP_DISCONNECT {
IN HANDLE hConnect;
} CMP_DISCONNECT, *PCMP_DISCONNECT;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used to break a connection.
hConnectOn input, a handle to the connection to break.
If successful, the IEC-61883 protocol driver sets Irp->IoStatus.Status to STATUS_SUCCESS.
If an incorrect parameter is passed in, the protocol driver sets Irp->IoStatus.Status to STATUS_INVALID_PARAMETER.