We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Already on GitHub? Sign in to your account
RAIIFree
COMPRESSOR_HANDLE's free function is CloseDecompressor and it should probably expect a COMPRESSOR_HANDLE parameter type instead of IntPtr.
COMPRESSOR_HANDLE
CloseDecompressor
IntPtr
WSAEVENT's free function is WSACloseEvent and it should probably expect a WSAEVENT parameter type instead of HANDLE.
WSAEVENT
WSACloseEvent
HANDLE
The text was updated successfully, but these errors were encountered:
Note: COMPRESSOR_HANDLE should be tied to CloseCompressor, not CloseDecompressor
CloseCompressor
Sorry, something went wrong.
8238eb2
WSAEVENT is #1587.
No branches or pull requests
COMPRESSOR_HANDLE
's free function isCloseDecompressor
and it should probably expect aCOMPRESSOR_HANDLE
parameter type instead ofIntPtr
.WSAEVENT
's free function isWSACloseEvent
and it should probably expect aWSAEVENT
parameter type instead ofHANDLE
.The text was updated successfully, but these errors were encountered: