Searched refs:HIO2ReadAsyncType (Results 1 – 3 of 3) sorted by relevance
50 HIO2ReadAsyncType m_fncReadAsync;
174 typedef BOOL (*HIO2ReadAsyncType) ( HIO2Handle h, u32 addr, void* buffer, s32 size, HIO2DmaCallbac… typedef
42 m_fncReadAsync = (HIO2ReadAsyncType)GetProcAddress(m_hDll, HIO2ReadAsyncStr); in Create()