NetTxQueueCreate 函数 (nettxqueue.h) The future is yours Microsoft Build · 2025/5/20 – 2025/5/23 立即注册 消除警报 Learn 发现 产品文档 开发语言 主题 登录 此主题的部分內容可能由机器或 AI 翻译。 消除警报 Ndischimney.h Ndisndk.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 ); ...
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...
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 ); ...
클라이언트 드라이버가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 ); ...
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...
若要註冊EVT_NET_ADAPTER_CREATE_TXQUEUE回呼函式,用戶端驅動程序必須呼叫NetAdapterCreate。 NETTXQUEUE_INIT結構是 NetAdapterCx 所定義和配置的不透明結構,類似於WDFDEVICE_INIT。 在此回呼中,客戶端驅動程式可能會呼叫NetTxQueueInitGetQueueId來擷取要設定之傳輸佇列的標識碼。 接下來,用戶端會呼叫Net...
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...