Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The AcxTargetCircuitGetElementsCount function returns the count of ACX elements on the remote target.
Syntax
ULONG AcxTargetCircuitGetElementsCount(
ACXTARGETCIRCUIT TargetCircuit
);
Parameters
TargetCircuit
An ACXTARGETCIRCUIT handle. For more information about ACX objects, see Summary of ACX Objects.
Return value
Returns the number of elements for the specified target circuit.
Remarks
Example
ULONG elementCount;
elementCount = AcxTargetCircuitGetElementsCount(targetCircuit);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value |
|---|---|
| Header | acxtargets.h |
| IRQL | <= DISPATCH_LEVEL |