CMP_DISCONNECT - NtDoc

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

typedef struct _CMP_DISCONNECT {
  IN HANDLE hConnect;
} CMP_DISCONNECT, *PCMP_DISCONNECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CMP_DISCONNECT structure

Description

This structure is used to break a connection.

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.

See also

AV_61883_REQUEST