NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID Specifies that all the NET_BUFFER_LIST structures in the list at NetBufferLists contain shared memory information that is valid. When this flag is set on a received NET_BUFFER_LIST, NDIS treats the shared memory information as valid. When this flag...
NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID 指定NetBufferLists 列表中的所有 NET_BUFFER_LIST 结构 包含有效的共享内存信息。 在收到的 NET_BUFFER_LIST上设置此标志时,NDIS 会将共享内存信息视为有效。 如果未设置此标志,NDIS 和驱动程序将忽略共享内存信息。 例如,修改数据包数据的中间驱动程序可以使...
NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID 指定NetBufferLists 列表中的所有 NET_BUFFER_LIST 结构 包含有效的共享内存信息。 在收到的 NET_BUFFER_LIST上设置此标志时,NDIS 会将共享内存信息视为有效。 如果未设置此标志,NDIS 和驱动程序将忽略共享内存信息。 例如,修改数据包数据的中间驱动程序可以使用此标志...
NDIS_RECEIVE_FLAGS_SHARED_MEMORY_INFO_VALID Specifies that all theNET_BUFFER_LISTstructures in the list atNetBufferListscontain shared memory information that is valid. When this flag is set on a receivedNET_BUFFER_LIST, NDIS treats the shared memory information as valid. When this flag is not...
// Drain received frames auto & receive = PollData->Receive; receive.NumberOfRemainingNbls = NDIS_ANY_NUMBER_OF_NBLS; receive.Flags = NDIS_RECEIVE_FLAGS_SHARED_MEMORY_VALID; while (receive.NumberOfIndicatedNbls < receive.MaxNblsTo...
NDIS_SYSTEM_PROCESSOR_INFO结构指定有关本地计算机的 CPU 拓扑和接收端缩放 (RSS) 处理器集的信息。 语法 C++复制 typedefstruct_NDIS_SYSTEM_PROCESSOR_INFO{NDIS_OBJECT_HEADER Header; ULONG Flags; NDIS_PROCESSOR_VENDOR ProcessorVendor; ULONG NumPhysicalPackages; ULONG NumCores; ULONG NumCoresPerPhysicalPack...
NULL, // Bytes Returned NULL ); } return bIOResult; } /** * @brief Sets the filter mode of the network adapter for the Windows Packet Filter driver. * * @param pMode Pointer to an ADAPTER_MODE structure containing the adapter handle and the flags for the desired mode. * @re...
_NDIS_SHARED_MEMORY_PROVIDER_CHARACTERISTICS { NDIS_OBJECT_HEADER Header; ULONG Flags; NDIS_HANDLE ProviderContext; ALLOCATE_SHARED_MEMORY_HANDLER AllocateSharedMemoryHandler; FREE_SHARED_MEMORY_HANDLER FreeSharedMemoryHandler; } NDIS_SHARED_MEMORY_PROVIDER_CHARACTERISTICS, *PNDIS_SHARED_MEMORY_PROVIDER_...
Completion of the deactivation means that all call parameters for the VC used on activation are no longer valid. Any further use of the VC is prohibited except to reactivate it with a new set of call parameters. Call managers should release any resources that were allocated for the VC activa...
为驱动程序的主要版本号保留。 微型端口驱动程序可以指定它们所需的任何值。 MinorDriverVersion 为驱动程序的次要版本号保留。 微型端口驱动程序可以指定它们所需的任何值。 Flags 可以设置为零或以下任何标志的位掩码,并结合按位 OR: NDIS_INTERMEDIATE_DRIVER ...