// acxmanager.h
ACXMANAGER AcxGetManager(
[in] ACXCONTEXT Context
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxGetManager function returns the underlying ACXMANAGER handle.
Context [in]Reserved, set this to NULL.
Returns the underlying ACXMANAGER handle.
The Context parameter must be set to NULL.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.