AudRecordLib
|
#include <messages.h>
Public Attributes | |
PTIMERAPCROUTINE | apcFn |
PVOID | pData |
LONG | period |
struct TimerData * | theTimer |
Parameters for the MSG_START_RECORDING_APC message
The structure is passed to the sampling thread so it can can start a waitable timer that causes an apc every period
PTIMERAPCROUTINE StartRecordingAPCParams::apcFn |
In parameter - function that is called by the APC
in parameter - instance to pass to the APC
In parameter - the duration between each firing of the APC
struct TimerData* StartRecordingAPCParams::theTimer |
Out parameter - Opaque timer data