windows/utility: Add default io completion routine

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-07 00:21:49 +01:00
parent 8417fdfd67
commit 5facc71844
+7
View File
@@ -50,6 +50,13 @@ namespace datapath {
return converter.from_bytes(string);
}
static VOID CALLBACK def_io_completion_routine(_In_ DWORD dwErrorCode,
_In_ DWORD dwNumberOfBytesTransfered,
_Inout_ LPOVERLAPPED lpOverlapped)
{
}
} // namespace utility
} // namespace windows
} // namespace datapath