예제 #1
0
 /// <summary>
 /// Ghosts the path.
 /// </summary>
 /// <param name="path">The path.</param>
 /// <param name="ghostingStats">The ghosting stats.</param>
 /// <returns>System.Int32.</returns>
 public int GhostPath([In, MarshalAs(UnmanagedType.BStr)] string path, [In, MarshalAs(UnmanagedType.Struct), Out] ref GHOSTING_STATS ghostingStats)
 {
     ghostingStats.AlreadyTieredCount = 0;
     ghostingStats.TieredCount        = 0;
     return(0);
 }
 /// <summary>
 /// Ghosts the path.
 /// </summary>
 /// <param name="path">The path.</param>
 /// <param name="ghostingStats">The ghosting stats.</param>
 /// <returns>System.Int32.</returns>
 public int GhostPath([In, MarshalAs(UnmanagedType.BStr)] string path, [In, MarshalAs(UnmanagedType.Struct), Out] ref GHOSTING_STATS ghostingStats)
 {
     return(m_managementObject.GhostPath(path, ref ghostingStats));
 }