ILayoutStorage 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.
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) |