NCS_VOLUME_INFO

Contains information for a volume on a cluster-enabled pool.

Syntax

 #include <ncssdk.h> 
  
 typedef struct NCS_VOLUME_INFO  
 {  UINT16   VolFDN [ MAX_DN_CHARS+2]; 
    UINT8    VolName[ 128]; 
 }NCS_VOLUME_INFO; 
 

Fields

VolFDN

Contains the Unicode character length of the FDN volume.

VolName

Contains the volume name in ASCII.

Remarks

Used for WherePools call to fill in with the resource information Fully Distinguished Name (FDN) for Directory Services lookup.