Home
last modified time | relevance | path

Searched refs:HIO2ReadStatusType (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h52 HIO2ReadStatusType m_fncReadStatus;
/RvlSDK-3.3/include/revolution/
Dhio2.h176 typedef BOOL (*HIO2ReadStatusType) ( HIO2Handle h, u32* status ); typedef
/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp44 m_fncReadStatus = (HIO2ReadStatusType)GetProcAddress(m_hDll, HIO2ReadStatusStr); in Create()