Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp45 m_fncExit = (HIO2ExitType)GetProcAddress(m_hDll, HIO2ExitStr); in Create()
59 || (m_fncExit == NULL) in Create()
163 m_fncExit(); in Exit()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h53 HIO2ExitType m_fncExit; variable