Gets an instance of WimInfo from a Windows image (.wim) file. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim wimPath As String
Dim returnValue As WimInfo
Dim cpi1 As Cpi
returnValue = cpi1.OpenWim(wimPath)

Syntax

Visual Basic
Public Function OpenWim( _
		ByVal wimPath As String _
) As WimInfo
C#
public WimInfo OpenWim(
		string wimPath
);
C++
public:
WimInfo^ OpenWim(
		String^ wimPath
);
J#
public WimInfo OpenWim(
		System.String wimPath
);
JScript
public function OpenWim(
		 wimPath : String
) : WimInfo;

Parameters

wimPath

Path of the .wim file.

Return Value

An instance of WimInfo that describes one or more Windows images inside of a .wim file.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also