// acxpin.h
VOID ACX_PIN_CONFIG_INIT_ID(
[out] PACX_PIN_CONFIG Config,
[in] ULONG Id
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_PIN_CONFIG_INIT_ID function initializes an ACX_PIN_CONFIG structure with the specified ID.
Config [out]A pointer to the ACX_PIN_CONFIG structure to initialize.
Id [in]The ID to use when initializing the ACX_PIN_CONFIG structure.
At this time the only valid accepted ID is AcxPinIdDefault.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.