HW_STORMQ_COMPLETION_CALLBACK - NtDoc

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

HW_STORMQ_COMPLETION_CALLBACK HwStormqCompletionCallback;

ULONG HwStormqCompletionCallback(
  PVOID ControllerExtension,
  USHORT CompletionQueueId
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The HW_STORMQ_COMPLETION_CALLBACK function is reserved for system use.

Parameters

ControllerExtension

CompletionQueueId

Return value

Remarks

See also