VDS_PATH_ID structure (vdshwprv.h)
[Beginning with Windows 8 and Windows Server 2012, the Virtual Disk Service COM interface is superseded by the Windows Storage Management API.]
Defines a unique identification for a path.
Syntax
typedef struct _VDS_PATH_ID {
ULONGLONG ullSourceId;
ULONGLONG ullPathId;
} VDS_PATH_ID;
Members
ullSourceId
The source ID for the path. If this is an MPIO path, the source ID is the unique DSM ID.
ullPathId
The ID of the path given by the MPIO DSM.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
Header | vdshwprv.h |
Redistributable | VDS 1.1 |