// 61883.h
typedef enum {
CMP_Broadcast,
CMP_PointToPoint
} CMP_CONNECT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration specifies a connection type.
CMP_BroadcastIndicates that this is a broadcast connection.
CMP_PointToPointIndicates that this is a point-to-point connection.