CMP_CONNECT_TYPE - NtDoc

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

typedef enum {
  CMP_Broadcast,
  CMP_PointToPoint
} CMP_CONNECT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-61883-cmp_connect_type)

CMP_CONNECT_TYPE enumeration

Description

This enumeration specifies a connection type.

Constants

CMP_Broadcast

Indicates that this is a broadcast connection.

CMP_PointToPoint

Indicates that this is a point-to-point connection.

See also

AV_61883_REQUEST