ITargetInfo interface (wcmconfig.h)

Defines the offline target information, specifically, file and registry locations as well as wow64 information.

Inheritance

The ITargetInfo interface inherits from the IUnknown interface. ITargetInfo also has these types of members:

Methods

The ITargetInfo interface has these methods.

 
ITargetInfo::ExpandTarget

Expands a location string to indicate the offline installation location. (ITargetInfo.ExpandTarget)
ITargetInfo::ExpandTargetPath

Expands a location string to indicate the offline installation location. (ITargetInfo.ExpandTargetPath)
ITargetInfo::GetEnumerator

Gets the enumerator used to access the collection of offline properties.
ITargetInfo::GetProperty

Gets a property value for the offline installation location.
ITargetInfo::GetSchemaHiveLocation

Get the location of the schema hive.
ITargetInfo::GetSchemaHiveMountName

Gets the name of the mount location of the schema hive.
ITargetInfo::GetTargetID

Gets the unique identifier associated with the current target.
ITargetInfo::GetTargetMode

Gets the current target mode.
ITargetInfo::GetTargetProcessorArchitecture

Gets processor architecture associated with the current target.
ITargetInfo::GetTemporaryStoreLocation

Gets the current temporary store location.
ITargetInfo::LoadModule

Loads the module from the offline installation location.
ITargetInfo::SetModulePath

Sets the module path for the offline installation location.
ITargetInfo::SetProperty

Sets a property value for the offline installation location.
ITargetInfo::SetSchemaHiveLocation

Sets the location of the schema hive.
ITargetInfo::SetSchemaHiveMountName

Sets the name of the mount location of the schema hive.
ITargetInfo::SetTargetID

Sets the unique identifier associated with current target.
ITargetInfo::SetTargetMode

Sets the target mode.
ITargetInfo::SetTargetProcessorArchitecture

Sets the processor architecture associated with the current target.
ITargetInfo::SetTemporaryStoreLocation

Sets the current temporary store location.
ITargetInfo::SetWow64Context

Sets an opaque context object for wow64 redirection.
ITargetInfo::TranslateWow64

Translates paths for wow64 redirection.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h