Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 873 Bytes

idebugprogramdestroyevent2-getexitcode.md

File metadata and controls

46 lines (40 loc) · 873 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
Gets the program's exit code.
IDebugProgramDestroyEvent2::GetExitCode
11/04/2016
reference
IDebugProgramDestroyEvent2::GetExitCode
IDebugProgramDestroyEvent2::GetExitCode
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugProgramDestroyEvent2::GetExitCode

Gets the program's exit code.

Syntax

int GetExitCode( 
   out uint pdwExit
);
HRESULT GetExitCode( 
   DWORD* pdwExit
);

Parameters

pdwExit
[out] Returns the program's exit code.

Return Value

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

See also