Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.44 KB

idebugprocess3-getencavailablestate.md

File metadata and controls

54 lines (46 loc) · 1.44 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
This method gets the current Edit and Continue state of the process.
IDebugProcess3::GetENCAvailableState
11/04/2016
reference
IDebugProcess3::GetENCAvailableState
IDebugProcess3::GetENCAvailableState
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugProcess3::GetENCAvailableState

This method gets the current Edit and Continue state of the process. A custom port supplier should always return E_NOTIMPL.

Syntax

int GetENCAvailableState(
   EncUnavailableReason[] pReason
);
HRESULT GetENCAvailableState(
   EncUnavailableReason* pReason
);

Parameters

pReason
[out] A value from the EncUnavailableReason enumeration.

Return Value

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

Note

A custom port supplier should always return E_NOTIMPL.

Remarks

This state can be affected by DisableENC.

See also