NetTxQueueCreate 函数 (nettxqueue.h) AI 技能盛会 2025 年 4 月 8 日至 5 月 28 日 立即注册 消除警报 Learn 发现 产品文档 开发语言 主题 登录 此主题的部分內容可能由机器或 AI 翻译。 消除警报 Ndiswwan.h Ndkpi.h Netadapter.h
NetTxQueueCreate 函数 (nettxqueue.h) Microsoft Learn Challenge Nov 23, 2024 – Jan 10, 2025 立即注册 消除警报 Learn 发现 产品文档 开发语言 主题 登录 Windows 硬件开发人员 浏览 下载 Windows 驱动程序工具包示例 疑难解答 资源 仪表板 此主题的部分內容可能由机器或 AI 翻译。
建立net transmit queue 物件。語法C++ 複製 NTSTATUS NetTxQueueCreate( [_Inout_] NETTXQUEUE_INIT *NetTxQueueInit, [_In_opt_] WDF_OBJECT_ATTRIBUTES *TxQueueAttributes, [_In_] NET_PACKET_QUEUE_CONFIG *Configuration, [_Out_] NETPACKETQUEUE *PacketQueue ); ...
Creates a net transmit queue object. Syntax C++Ikkopja NTSTATUSNetTxQueueCreate( [_Inout_] NETTXQUEUE_INIT *NetTxQueueInit, [_In_opt_] WDF_OBJECT_ATTRIBUTES *TxQueueAttributes, [_In_] NET_PACKET_QUEUE_CONFIG *Configuration, [_Out_] NETPACKETQUEUE *PacketQueue ); ...
Función NetTxQueueCreate (nettxqueue.h) Microsoft Build Del 21 al 23 de mayo de 2024 Regístrese ahora Descartar alerta Learn Descubra Documentación del producto Lenguajes de desarrollo Temas Iniciar sesión Desarrollador de hardware de Windows...
NTSTATUS NetTxQueueCreate( [_Inout_] NETTXQUEUE_INIT *NetTxQueueInit, [_In_opt_] WDF_OBJECT_ATTRIBUTES *TxQueueAttributes, [_In_] NET_PACKET_QUEUE_CONFIG *Configuration, [_Out_] NETPACKETQUEUE *PacketQueue ); Parámetros[_Inout_] NetTxQueueInitPuntero...
클라이언트 드라이버가EVT_NET_ADAPTER_CREATE_TXQUEUE받은NETTXQUEUE_INIT구조체에 대한 포인터입니다. [_In_opt_] TxQueueAttributes 호출자가 할당한 초기화된WDF_OBJECT_ATTRIBUTES구조체에 대한 포인터입니다. 이...
Creates a net transmit queue object.SyntaxC++ Kopija NTSTATUS NetTxQueueCreate( [_Inout_] NETTXQUEUE_INIT *NetTxQueueInit, [_In_opt_] WDF_OBJECT_ATTRIBUTES *TxQueueAttributes, [_In_] NET_PACKET_QUEUE_CONFIG *Configuration, [_Out_] NETPACKETQUEUE *PacketQueue ); ...
The client calls NetTxQueueCreate from within its EVT_NET_ADAPTER_CREATE_TXQUEUE event callback function. For info on assigning context space to the new object, see Framework Object Context Space.The NETPACKETQUEUE object is a standard WDF object. The framework manages its deletion, whic...