CMP_DISCONNECT structure (61883.h)
This structure is used to break a connection.
Syntax
typedef struct _CMP_DISCONNECT {
IN HANDLE hConnect;
} CMP_DISCONNECT, *PCMP_DISCONNECT;
Members
hConnect
On input, a handle to the connection to break.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Header | 61883.h |