HW_STORMQ_COMPLETION_NOTIFY_WITH_CALLBACK - NtDoc

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

HW_STORMQ_COMPLETION_NOTIFY_WITH_CALLBACK HwStormqCompletionNotifyWithCallback;

ULONG HwStormqCompletionNotifyWithCallback(
  PVOID ControllerExtension,
  USHORT CompletionQueueId,
  USHORT SubmissionQueueId,
  USHORT CommandId,
  PHW_STORMQ_COMPLETION_CALLBACK CompletionCallback
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-storport-hw_stormq_completion_notify_with_callback)

Description

The HW_STORMQ_COMPLETION_NOTIFY_WITH_CALLBACK function is reserved for system use.

Parameters

ControllerExtension

CompletionQueueId

SubmissionQueueId

CommandId

CompletionCallback

Return value

Remarks

See also