KSM_BDA_PIN_PAIR結構 (bdamedia.h)
KSM_BDA_PIN_PAIR結構描述方法要求,以擷取一對輸入和輸出針腳之間的針腳配對結構 (BDA_PIN_PAIRING) 。
語法
typedef struct _KSM_BDA_PIN_PAIR {
KSMETHOD Method;
union {
ULONG InputPinId;
ULONG InputPinType;
};
union {
ULONG OutputPinId;
ULONG OutputPinType;
};
} KSM_BDA_PIN_PAIR, *PKSM_BDA_PIN_PAIR;
成員
Method
描述方法要求的方法和要求類型的 KSMETHOD 結構。
InputPinId
KSM_BDA_PIN_PAIR中聯集的成員,其中包含篩選輸入針腳的標識碼 (標識碼) 。
InputPinType
KSM_BDA_PIN_PAIR中聯集的成員,其中包含指定輸入針腳類型的值。
OutputPinId
KSM_BDA_PIN_PAIR中包含篩選輸出釘選標識子 (標識子) 的聯集成員。
OutputPinType
KSM_BDA_PIN_PAIR中聯集的成員,其中包含指定輸出釘選類型的值。
規格需求
需求 | 值 |
---|---|
標頭 | bdamedia.h (包含 Bdamedia.h) |