IRootStorage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Switches the underlying file of a storage object to a different file and saves the object to that file. For more information, see IRootStorage.
public interface class IRootStorage
public interface class IRootStorage
__interface IRootStorage
[System.Runtime.InteropServices.Guid("00000012-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IRootStorage
[System.Runtime.InteropServices.Guid("00000012-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRootStorage
[<System.Runtime.InteropServices.Guid("00000012-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IRootStorage = interface
[<System.Runtime.InteropServices.Guid("00000012-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRootStorage = interface
Public Interface IRootStorage
- Attributes
Methods
SwitchToFile(String) |