ITargetInfo::TranslateWow64 method (wcmconfig.h)

Translates paths for wow64 redirection.

Syntax

HRESULT TranslateWow64(
  [in]  const WCHAR *ClientArchitecture,
  [in]  const WCHAR *Value,
  [out] BSTR        *TranslatedValue
);

Parameters

[in] ClientArchitecture

The name of the client architecture.

[in] Value

The original path value.

[out] TranslatedValue

The translated path value.

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