windows/utility: Add default io completion routine
This commit is contained in:
@@ -50,6 +50,13 @@ namespace datapath {
|
|||||||
return converter.from_bytes(string);
|
return converter.from_bytes(string);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static VOID CALLBACK def_io_completion_routine(_In_ DWORD dwErrorCode,
|
||||||
|
_In_ DWORD dwNumberOfBytesTransfered,
|
||||||
|
_Inout_ LPOVERLAPPED lpOverlapped)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace utility
|
} // namespace utility
|
||||||
} // namespace windows
|
} // namespace windows
|
||||||
} // namespace datapath
|
} // namespace datapath
|
||||||
|
|||||||
Reference in New Issue
Block a user