BASS_ASIO_Future

Provides access to the driver's "future" function.

BOOL BASS_ASIO_Future(
    DWORD selector,
    void *param
);

Parameters

selectorOperation code.
paramPointer to the operation's parameters, if applicable.

Return value

If successful, TRUE is returned, else FALSE is returned. Use BASS_ASIO_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_INITBASS_ASIO_Init has not been successfully called.
BASS_ERROR_NOTAVAILselector is not supported by the driver.
BASS_ERROR_UNKNOWNSome other mystery problem!