acxTargetCircuitGetElementsCount 函式 (acxtargets.h)

AcxTargetCircuitGetElementsCount 函式會傳回遠端目標上的 ACX 元素計數。

語法

ULONG AcxTargetCircuitGetElementsCount(
  ACXTARGETCIRCUIT TargetCircuit
);

參數

TargetCircuit

ACXTARGETCIRCUIT 句柄。 如需 ACX 對象的詳細資訊,請參閱 ACX 物件的摘要

傳回值

傳回指定之目標線路的項目數。

備註

範例

    ULONG elementCount;

    elementCount = AcxTargetCircuitGetElementsCount(targetCircuit);

ACX 需求

最小 ACX 版本: 1.0

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

規格需求

需求
標頭 acxtargets.h
IRQL <= DISPATCH_LEVEL

另請參閱