// acxrequest.h
VOID ACX_REQUEST_PARAMETERS_INIT(
PACX_REQUEST_PARAMETERS Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_REQUEST_PARAMETERS_INIT function initializes an ACX_REQUEST_PARAMETERS struct.
ParametersAn ACX_REQUEST_PARAMETERS structure that stores the ACX/KS operation parameters.
Example usage is shown below.
ACX_REQUEST_PARAMETERS params;
ACX_REQUEST_PARAMETERS_INIT(¶ms);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.