IoQueueWorkItem 例程會將 WorkItem 例程與工作專案產生關聯,並將工作專案插入佇列,以供系統背景工作線程稍後處理。語法C++ 複製 void IoQueueWorkItem( [in] __drv_aliasesMem PIO_WORKITEM IoWorkItem, [in] PIO_WORKITEM_ROUTINE WorkerRoutine, [in] WORK_QUEUE_TYPE QueueType, [in, optional] __drv_...
The IoQueueWorkItemEx routine associates a WorkItemEx routine with a work item, and it inserts the work item into a queue for later processing by a system worker thread.SyntaxC++ Copy void IoQueueWorkItemEx( [in] __drv_aliasesMem PIO_WORKITEM IoWorkItem, [in] PIO_WORKITEM_ROUTINE_EX...
NDIS 驱动程序调用 NdisQueueIoWorkItem 函数将工作项排队。语法C++ 复制 void NdisQueueIoWorkItem( [in] NDIS_HANDLE NdisIoWorkItemHandle, [in] NDIS_IO_WORKITEM_ROUTINE Routine, [in] PVOID WorkItemContext ); 参数[in] NdisIoWorkItemHandle前...
The IoQueueWorkItem routine associates a WorkItem routine with a work item, and it inserts the work item into a queue for later processing by a system worker thread.SyntaxC++ Sao chép void IoQueueWorkItem( [in] __drv_aliasesMem PIO_WORKITEM IoWorkItem, [in] PIO_WORKITEM_ROUTINE Worke...
VOID NdisQueueIoWorkItem( IN NDIS_HANDLE NdisIoWorkItemHandle, IN NDIS_IO_WORKITEM_ROUTINE Routine, IN PVOID WorkItemContext ); ParametersNdisIoWorkItemHandle A handle to a private IO_WORKITEM structure that was returned by a previous call to the NdisAllocateIoWorkItem function.Routine...
void NdisQueueIoWorkItem( [in] NDIS_HANDLE NdisIoWorkItemHandle, [in] NDIS_IO_WORKITEM_ROUTINE Routine, [in] PVOID WorkItemContext ); Parameters[in] NdisIoWorkItemHandleA handle to a private IO_WORKITEM structure that was returned by a previous call to the NdisAllocateIoWorkItem function...
The IoQueueWorkItemEx routine associates a WorkItemEx routine with a work item, and it inserts the work item into a queue for later processing by a system worker thread.SyntaxC++ نسخ void IoQueueWorkItemEx( [in] __drv_aliasesMem PIO_WORKITEM IoWorkItem, [in] PIO_WORKITEM_...
void IoQueueWorkItemEx( [in] __drv_aliasesMem PIO_WORKITEM IoWorkItem, [in] PIO_WORKITEM_ROUTINE_EX WorkerRoutine, [in] WORK_QUEUE_TYPE QueueType, [in, optional] __drv_aliasesMem PVOID Context ); Parameters[in] IoWorkItemPointer to an IO_WORKITEM structure that was allocated by Io...
IoWorkItem [in] A pointer to a work item to add to the work item queue. This must point to a work item previously allocated by IoAllocateWorkItem or initialized by IoInitializeWorkItem. WorkerRoutine [in] A pointer to a driver supplied worker routine, WorkItemEx, that will process the ...
IoWorkItem[in] A pointer to a work item to add to the work item queue. This must point to a work item previously allocated byIoAllocateWorkItemor initialized byIoInitializeWorkItem. WorkerRoutine[in] A pointer to a driver supplied worker routine,WorkItemEx, that will process the work item...