ACX_REQUEST_PARAMETERS_INIT function (acxrequest.h)
The ACX_REQUEST_PARAMETERS_INIT function initializes an ACX_REQUEST_PARAMETERS struct.
Syntax
void ACX_REQUEST_PARAMETERS_INIT(
PACX_REQUEST_PARAMETERS Parameters
);
Parameters
Parameters
An ACX_REQUEST_PARAMETERS structure that stores the ACX/KS operation parameters.
Return value
None
Remarks
Example
Example usage is shown below.
ACX_REQUEST_PARAMETERS params;
ACX_REQUEST_PARAMETERS_INIT(¶ms);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxrequest.h |