AcxGetManager - NtDoc

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

ACXMANAGER AcxGetManager(
  [in] ACXCONTEXT Context
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxmanager-acxgetmanager)

Description

The AcxGetManager function returns the underlying ACXMANAGER handle.

Parameters

Context [in]

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.

See also