Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h42 HIO2EnumDevicesType m_fncEnumDevices;
/RvlSDK-3.3/include/revolution/
Dhio2.h167 typedef s32 (*HIO2EnumDevicesType) ( HIO2EnumCallback callback, void* param ); typedef
/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp34 m_fncEnumDevices = (HIO2EnumDevicesType)GetProcAddress(m_hDll, HIO2EnumDevicesStr); in Create()