DAC2_DeckB_SetElapsed


Shows or hides the elapsed indicator on the DAC-2.

BOOL WINAPI DAC2_DeckB_SetElapsed(
    BOOL bShow
);

Parameters

bShow

Show or hide the elapsed indicator.

 

 

Return value
If successful, then TRUE is returned, else FALSE is returned. Use DAC2_ErrorGetCode to get the error code.

Error codes

DAC2_ERROR_INIT

 The DAC-2 has not been initialized.

Remarks
You can turn the elapsed indicator on or off at anytime.

Example
Show elapsed indicator.

DAC2_DeckB_SetElapsed(TRUE);

See also
 DAC2_Init