ITargetInfo::SetWow64Context method (wcmconfig.h)

Sets an opaque context object for wow64 redirection.

Syntax

HRESULT SetWow64Context(
  [in] const WCHAR *InstallerModule,
  [in] BYTE        *Wow64Context
);

Parameters

[in] InstallerModule

The name of the installer module.

[in] Wow64Context

The opaque context object for wow64 redirection.

Return value

This method returns an HRESULT value. S_OK indicates success.

Remarks

Note  This method is for internal use.
 

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
DLL SMIEngine.dll

See also

ITargetInfo