Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h49 HIO2WriteType m_fncWrite;
/RvlSDK-2.1/include/revolution/
Dhio2.h173 typedef BOOL (*HIO2WriteType) ( HIO2Handle h, u32 addr, const void* buffer, s32 size ); typedef
/RvlSDK-2.1/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp41 m_fncWrite = (HIO2WriteType)GetProcAddress(m_hDll, HIO2WriteStr); in Create()