Metodo ITargetInfo::SetWow64Context (wcmconfig.h)

Imposta un oggetto contesto opaco per il reindirizzamento wow64.

Sintassi

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

Parametri

[in] InstallerModule

Nome del modulo del programma di installazione.

[in] Wow64Context

Oggetto contesto opaco per il reindirizzamento wow64.

Valore restituito

Questo metodo restituisce un valore HRESULT. S_OK indica l'esito positivo.

Commenti

Nota Questo metodo è destinato all'uso interno.
 

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione wcmconfig.h
DLL SMIEngine.dll

Vedi anche

ITargetInfo