foobar2000 SDK  2015-08-03
Typedefs | Functions
PP Namespace Reference

Typedefs

typedef uint64_t tickcount_t
 

Functions

tickcount_t getTickCount ()
 

Typedef Documentation

typedef uint32_t PP::tickcount_t

Definition at line 6 of file pp-gettickcount.h.

Function Documentation

tickcount_t PP::getTickCount ( )
inline

Definition at line 7 of file pp-gettickcount.h.

7 { return ::GetTickCount64(); }