Type Definition winapi::um::minwinbase::LPOVERLAPPED_COMPLETION_ROUTINE[][src]

type LPOVERLAPPED_COMPLETION_ROUTINE = Option<unsafe extern "system" fn(dwErrorCode: DWORD, dwNumberOfBytesTransfered: DWORD, lpOverlapped: LPOVERLAPPED)>;