HW_NAMESPACE_CONTROL - NtDoc

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

HW_NAMESPACE_CONTROL HwNamespaceControl;

NVME_NAMESPACE_CONTROL_STATUS HwNamespaceControl(
  PVOID DeviceExtension,
  NVME_NAMESPACE_CONTROL_TYPE ControlType,
  PVOID Parameters
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The HW_NAMESPACE_CONTROL function is reserved for system use.

Parameters

DeviceExtension

ControlType

Parameters

Return value

Remarks

See also