Home
last modified time | relevance | path

Searched refs:DEMOWinInit_Real (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1/include/demo/
DDEMOWin.h350 void DEMOWinInit_Real (BOOL mem_lib_flag, BOOL mem2_flag);
357 #define DEMOWinInit() DEMOWinInit_Real(TRUE,TRUE)
361 #define DEMOWinInit() DEMOWinInit_Real(TRUE,FALSE)
367 #define DEMOWinInit() DEMOWinInit_Real(FALSE, FALSE)
/RvlSDK-3.1/build/libraries/demo/src/
DDEMOWin.c233 void DEMOWinInit_Real(BOOL mem_lib_flag, BOOL mem2_flag) in DEMOWinInit_Real() function