Example #1
0
 public static extern bool FindNextVolumeMountPoint(VolumeMountPointSafeHandle handle, char[] VolumeMountPoint, uint BufferLength);
Example #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="RootPathName"></param>
 /// <returns></returns>
 public static IEnumerable <string> FindVolumeMountPoints(string RootPathName) => VolumeMountPointSafeHandle.Find(RootPathName);