AcxGetManager function (acxmanager.h)

The AcxGetManager function returns the underlying ACXMANAGER handle.

Syntax

ACXMANAGER AcxGetManager(
  [in] ACXCONTEXT Context
);

Parameters

[in] Context

Reserved, set this to NULL.

Return value

Returns the underlying ACXMANAGER handle.

Remarks

The Context parameter must be set to NULL.

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxmanager.h
IRQL PASSIVE_LEVEL

See also