ACX_REQUEST_PARAMETERS_INIT - NtDoc

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

VOID ACX_REQUEST_PARAMETERS_INIT(
  PACX_REQUEST_PARAMETERS Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxrequest-acx_request_parameters_init)

Description

The ACX_REQUEST_PARAMETERS_INIT function initializes an ACX_REQUEST_PARAMETERS struct.

Parameters

Parameters

An ACX_REQUEST_PARAMETERS structure that stores the ACX/KS operation parameters.

Remarks

Example

Example usage is shown below.

    ACX_REQUEST_PARAMETERS params;

    ACX_REQUEST_PARAMETERS_INIT(&params);

ACX requirements

Minimum ACX version: 1.0

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

See also