共用方式為


AcxPinGetType 函式 (acxpin.h)

AcxPinGetType 函式會傳回指定針腳的類型。

語法

ACX_PIN_TYPE AcxPinGetType(
  [in] ACXPIN AcxPin
);

參數

[in] AcxPin

要取得型別的針腳。

傳回值

ACX_PIN_TYPE 列舉傳回值。

言論

傳回值表示針腳是否為來源、接收或其他類型。

ACX 需求

ACX 最低版本: 1.0

如需 ACX 版本的詳細資訊,請參閱 ACX 版本概觀

要求

要求 價值
標頭 acxpin.h
IRQL <= DISPATCH_LEVEL

另請參閱