BASS_GetA3DResManager

Retrieves the A3D resource management mode.

DWORD WINAPI BASS_GetA3DResManager();

Return value
If succesful, then the A3D resource management mode is returned, else 0xFFFFFFFF is returned. Use BASS_ErrorGetCode to get the error code.

Error codes
BASS_ERROR_NOA3DThe current device does not support A3D, or BASS_DEVICE_A3D was not specified with BASS_Init.

See also
BASS_SetA3DResManager