TimerGetPointer - Syntax

This function obtains the pointer to the high-resolution timer (HRT).

#include "mididll.h"

PPULONG    ppulHRTCurrentTime;  /*  HRT timer. */
ULONG      ulFlag;              /*  Not used. */
ULONG      rc;                  /*  Return code. */

rc = TimerGetPointer(ppulHRTCurrentTime, ulFlag);


[Back: TimerGetPointer]
[Next: TimerGetPointer Parameter - ppulHRTCurrentTime]