ITargetInfo::GetTargetProcessorArchitecture method (wcmconfig.h)

Gets processor architecture associated with the current target.

Syntax

HRESULT GetTargetProcessorArchitecture(
  [out] BSTR *ProcessorArchitecture
);

Parameters

[out] ProcessorArchitecture

The processor architecture associated with the current target.

Return value

This method returns an HRESULT value. S_OK indicates success.

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