Searched refs:HIO2WriteType (Results 1 – 3 of 3) sorted by relevance
49 HIO2WriteType m_fncWrite;
173 typedef BOOL (*HIO2WriteType) ( HIO2Handle h, u32 addr, const void* buffer, s32 size ); typedef
41 m_fncWrite = (HIO2WriteType)GetProcAddress(m_hDll, HIO2WriteStr); in Create()