[API function]
FSOUND_GetDriverCaps
signed char F_API
FSOUND_GetDriverCaps
(
int
id
,
unsigned int *
caps
);
Parameters
id
Enumerated driver ID. This must be in a valid range delimited by FSOUND_GetNumDrivers,
caps
Pointer to an unsigned int to have the caps bits stored.
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
This function cannot be called after FMOD is already activated with FSOUND_Init.
It must be called before FSOUND_Init, or after FSOUND_Close.
See Also
FSOUND_CAPS
,
FSOUND_Close
,
FSOUND_GetNumDrivers
,
FSOUND_Init
This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.