// 61883.h
typedef enum {
CMP_PlugLocal,
CMP_PlugRemote
} CMP_PLUG_LOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration specifies the location of a plug.
CMP_PlugLocalA local plug.
CMP_PlugRemoteA remote plug.