Searched refs:m_fncReadAsync (Results 1 – 2 of 2) sorted by relevance
42 m_fncReadAsync = (HIO2ReadAsyncType)GetProcAddress(m_hDll, HIO2ReadAsyncStr); in Create()56 || (m_fncReadAsync == NULL) in Create()141 return m_fncReadAsync(h, addr, buffer, size, callback); in ReadAsync()
50 HIO2ReadAsyncType m_fncReadAsync; variable