// acxpin.h
#define ACX_PIN_CONFIG_INIT(cfg) \
ACX_PIN_CONFIG_INIT_ID(cfg, AcxPinIdDefault)
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PIN_CONFIG_INIT macro calls the ACX_PIN_CONFIG_INIT_ID function with the default ID value.
#define ACX_PIN_CONFIG_INIT(cfg) \
ACX_PIN_CONFIG_INIT_ID(cfg, AcxPinIdDefault)
cfgA pointer to the ACX_PIN_CONFIG structure to initialize.
This call uses AcxPinIdDefault as the ID for all newly added ACXPINs. When AcxPinIdDefault is specified, ACX assigns the next sequential ID based on the previous added ACXPINs.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.