ACX_PNPEVENT_CONFIG_INIT - NtDoc

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

VOID ACX_PNPEVENT_CONFIG_INIT(
  PACX_PNPEVENT_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxevents-acx_pnpevent_config_init)

Description

The ACX_PNPEVENT_CONFIG_INIT function initializes an ACX_PNPEVENT_CONFIG structure. No inputs are used with this function.

Parameters

Config

An initialized ACX_PNPEVENT_CONFIG structure that will be used to describe the configuration of the event.

Remarks

Example

The example shows the use of the ACX_PNPEVENT_CONFIG_INIT.

    ACX_PNPEVENT_CONFIG audioModuleEventCfg;

    ACX_PNPEVENT_CONFIG_INIT(&audioModuleEventCfg);

ACX requirements

Minimum ACX version: 1.0

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

See also