// ksmedia.h
typedef enum {
ePortConnJack,
ePortConnIntegratedDevice,
ePortConnBothIntegratedAndJack,
ePortConnUnknown
} EPxcPortConnection;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the EPxcPortConnection enumeration (ksmedia.h).
ePortConnJackDefines the ePortConnJack constant.
ePortConnIntegratedDeviceDefines the ePortConnIntegratedDevice constant.
ePortConnBothIntegratedAndJackDefines the ePortConnBothIntegratedAndJack constant.
ePortConnUnknownDefines the ePortConnUnknown constant.