8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails 8000 .
Already on GitHub? Sign in to your account
BOOL isSuccess = GetQueuedCompletionStatus( completionPort, &bytesTransferred,&completionKey, &overlapped, timeout ); 在windows x64 无法编译通过,提示错误: 改成: BOOL isSuccess = GetQueuedCompletionStatus( completionPort, &bytesTransferred, reinterpret_cast<PULONG_PTR>(&completionKey), &overlapped, timeout ); 在程序中仍然不能用!
Original issue reported on code.google.com by zhouqian...@gmail.com on 26 Dec 2011 at 6:30
zhouqian...@gmail.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
zhouqian...@gmail.com
on 26 Dec 2011 at 6:30The text was updated successfully, but these errors were encountered: