ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxcircuit.h

VOID ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS_INIT(
  PACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS PnpPowerCallbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxcircuit-acx_factory_circuit_pnppower_callbacks_init)

Description

The ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS_INIT function initializes a ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS structure. No inputs are used with this function.

Parameters

PnpPowerCallbacks

A pointer to an initialized ACX_FACTORY_CIRCUIT_PNPPOWER_CALLBACKS structure.

Remarks

ACX doesn't support the PNP callbacks for a circuit factory object.

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also