Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 2.77 KB

ns-winioctl-storage_physical_node_data.md

File metadata and controls

90 lines (69 loc) · 2.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NS:winioctl._STORAGE_PHYSICAL_NODE_DATA
STORAGE_PHYSICAL_NODE_DATA
Specifies the physical device data of a storage node.
*PSTORAGE_PHYSICAL_NODE_DATA
PSTORAGE_PHYSICAL_NODE_DATA
PSTORAGE_PHYSICAL_NODE_DATA structure pointer [Files]
STORAGE_PHYSICAL_NODE_DATA
STORAGE_PHYSICAL_NODE_DATA structure [Files]
fs.storage_physical_node_data
winioctl/PSTORAGE_PHYSICAL_NODE_DATA
winioctl/STORAGE_PHYSICAL_NODE_DATA
fs\storage_physical_node_data.htm
fs
66B5C1F8-A741-4CAD-B717-CB91B0D5655F
12/05/2018
*PSTORAGE_PHYSICAL_NODE_DATA, PSTORAGE_PHYSICAL_NODE_DATA, PSTORAGE_PHYSICAL_NODE_DATA structure pointer [Files], STORAGE_PHYSICAL_NODE_DATA, STORAGE_PHYSICAL_NODE_DATA structure [Files], fs.storage_physical_node_data, winioctl/PSTORAGE_PHYSICAL_NODE_DATA, winioctl/STORAGE_PHYSICAL_NODE_DATA
winioctl.h
Windows.h
Windows
Windows
STORAGE_PHYSICAL_NODE_DATA, *PSTORAGE_PHYSICAL_NODE_DATA
_STORAGE_PHYSICAL_NODE_DATA
winioctl/_STORAGE_PHYSICAL_NODE_DATA
PSTORAGE_PHYSICAL_NODE_DATA
winioctl/PSTORAGE_PHYSICAL_NODE_DATA
STORAGE_PHYSICAL_NODE_DATA
winioctl/STORAGE_PHYSICAL_NODE_DATA
c++
APIRef
kbSyntax
HeaderDef
winioctl.h
STORAGE_PHYSICAL_NODE_DATA

STORAGE_PHYSICAL_NODE_DATA structure

-description

Specifies the physical device data of a storage node.

-struct-fields

-field NodeId

The hardware ID of the storage node.

-field AdapterCount

A value of 0 or 1 that indicates the adapter count in the storage node.

-field AdapterDataLength

The data length of the storage adapter in the storage node, in units of kilobytes (1024 bytes).

-field AdapterDataOffset

The data offset from the beginning of the data structure. The buffer contains an array of STORAGE_PHYSICAL_ADAPTER_DATA.

-field DeviceCount

A value less than or equal to 1.

-field DeviceDataLength

The data length of the storage device in the storage node, in units of kilobytes (1024 bytes).

-field DeviceDataOffset

The data offset from the beginning of the data structure. The buffer contains an array of STORAGE_PHYSICAL_DEVICE_DATA.

-field Reserved

Specifies if the storage adapter is reserved.