1 Star 0 Fork 9

麻辣香锅/MsQuic

forked from Gitee 极速下载/MsQuic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
StreamReceiveSetEnabled.md 745 Bytes
一键复制 编辑 原始数据 按行查看 历史

StreamReceiveSetEnabled function

Enables or disables receive callbacks on a stream.

Syntax

typedef
_IRQL_requires_max_(DISPATCH_LEVEL)
QUIC_STATUS
(QUIC_API * QUIC_STREAM_RECEIVE_SET_ENABLED_FN)(
    _In_ _Pre_defensive_ HQUIC Stream,
    _In_ BOOLEAN IsEnabled
    );

Parameters

TODO

Return Value

The function returns a QUIC_STATUS. The app may use QUIC_FAILED or QUIC_SUCCEEDED to determine if the function failed or succeeded.

Remarks

TODO

See Also

StreamOpen
StreamClose
StreamStart
StreamShutdown
StreamSend
StreamReceiveComplete

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/TMac_One/MsQuic.git
git@gitee.com:TMac_One/MsQuic.git
TMac_One
MsQuic
MsQuic
master

搜索帮助