Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.43 KB

idebugprocess3-sethostingprocesslanguage.md

File metadata and controls

50 lines (43 loc) · 1.43 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
This method sets the language that the process will be hosted under.
IDebugProcess3::SetHostingProcessLanguage
11/04/2016
reference
IDebugProcess3::SetHostingProcessLanguage
IDebugProcess3::SetHostingProcessLanguage
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugProcess3::SetHostingProcessLanguage

This method sets the language that the process will be hosted under. This language can then be used by the debug engine (DE) to load the appropriate expression evaluator.

Syntax

int SetHostingProcessLanguage(
   ref Guid guidLang
);
HRESULT SetHostingProcessLanguage(
   REFGUID guidLang
);

Parameters

guidLang
[in] GUID of the language that the DE should use. Specify GUID_NULL (C++) or Guid.Empty (C#) to have the DE use the default language.

Return Value

If successful, returns S_OK; otherwise, returns error code.

Remarks

See also