Searched refs:HIO2WriteAsyncType (Results 1 – 3 of 3) sorted by relevance
51 HIO2WriteAsyncType m_fncWriteAsync;
175 typedef BOOL (*HIO2WriteAsyncType) ( HIO2Handle h, u32 addr, const void* buffer, s32 size, HIO2Dma… typedef
43 m_fncWriteAsync = (HIO2WriteAsyncType)GetProcAddress(m_hDll, HIO2WriteAsyncStr); in Create()