Skip to content

Latest commit

 

History

History
105 lines (87 loc) · 2.44 KB

nf-storport-storportgethighestnodenumber.md

File metadata and controls

105 lines (87 loc) · 2.44 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:storport.StorPortGetHighestNodeNumber
StorPortGetHighestNodeNumber function (storport.h)
The StorPortGetHighestNodeNumber routine returns the largest possible node number on the system.
storage\storportgethighestnodenumber.htm
storage
03/29/2018
StorPortGetHighestNodeNumber function
StorPortGetHighestNodeNumber, StorPortGetHighestNodeNumber routine [Storage Devices], storage.storportgethighestnodenumber, storport/StorPortGetHighestNodeNumber, storprt_e9e942e1-6de3-4170-87ec-00660ce9925a.xml
storport.h
Storport.h
Universal
Available in Windows 7 and later versions of the Windows operating systems.
StorPortIrql
<=DISPATCH_LEVEL
Windows
StorPortGetHighestNodeNumber
storport/StorPortGetHighestNodeNumber
APIRef
kbSyntax
HeaderDef
storport.h
StorPortGetHighestNodeNumber

StorPortGetHighestNodeNumber function

-description

The StorPortGetHighestNodeNumber routine returns the largest possible node number on the system.

-parameters

-param HwDeviceExtension [in]

A pointer to the hardware device extension for the host bus adapter (HBA).

-param HighestNode [out]

A pointer to a variable that holds the highest-numbered node.

-returns

The StorPortGetHighestNodeNumberroutine returns one of the following status codes:

Return code Description
STOR_STATUS_NOT_IMPLEMENTED
This function is not implemented on the active operating system.
STOR_STATUS_SUCCESS
The operation was successful.
STOR_STATUS_INVALID_PARAMETER
The operation fails with this return value if one or more of the parameters are invalid, for example, if HighestNode is set to NULL.