WDF_TASK_QUEUE_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfcompanion.h

VOID WDF_TASK_QUEUE_CONFIG_INIT(
  [out] PWDF_TASK_QUEUE_CONFIG       Config,
  [in]  USHORT                       TaskQueueId,
  [in]  WDF_TASK_QUEUE_DISPATCH_TYPE DispatchType
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfcompanion-wdf_task_queue_config_init)

WDF_TASK_QUEUE_CONFIG_INIT function

Description

For internal use only.

Parameters

Config [out]

TaskQueueId [in]

DispatchType [in]