i am trying to determine the volume name for each partition on a physical
disk resource in a mscs environment.
i have already established the ability to enumerate all of the storage
resources and get a CLUSPROP_PARTITION_INFO structure for each.
when i retrieve the szdevicename property of the structure i get a drive
letter for all volumes mounted to a drive letter. i can uset
findvolumenameformounpoint by simply appending a \ to the string to get the
volume name.
however volumes that are mounted to a folder or not at all return a string
similar to Disk1Partition4 for their szdevicename. are there any functions or
proceedures i can use to retrieve the volume name only knowing the above
mentioned string?
my searching has turned up nothing. thanks for your help!!!