ILayoutStorage Interface

Definition

Enables an application to optimize the layout of compound files for efficient downloading across a slow link. For more information, see ILayoutStorage and StorageLayout.

public interface class ILayoutStorage
public interface class ILayoutStorage
__interface ILayoutStorage
[System.Runtime.InteropServices.Guid("0E6D4D90-6738-11CF-9608-00AA00680DB4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ILayoutStorage
[System.Runtime.InteropServices.Guid("0E6D4D90-6738-11CF-9608-00AA00680DB4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ILayoutStorage
[<System.Runtime.InteropServices.Guid("0E6D4D90-6738-11CF-9608-00AA00680DB4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ILayoutStorage = interface
[<System.Runtime.InteropServices.Guid("0E6D4D90-6738-11CF-9608-00AA00680DB4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ILayoutStorage = interface
Public Interface ILayoutStorage
Attributes

Methods

BeginMonitor()
EndMonitor()
LayoutScript(StorageLayout[], UInt32, UInt32)
ReLayoutDocfile(String)
ReLayoutDocfileOnILockBytes(ILockBytes)

Applies to