Searched refs:m_fncWriteAsync (Results 1 – 2 of 2) sorted by relevance
43 m_fncWriteAsync = (HIO2WriteAsyncType)GetProcAddress(m_hDll, HIO2WriteAsyncStr); in Create()57 || (m_fncWriteAsync == NULL) in Create()149 return m_fncWriteAsync(h, addr, buffer, size, callback); in WriteAsync()
51 HIO2WriteAsyncType m_fncWriteAsync; variable