IDebugProgramPublisher2::SetDebuggerPresent
Tells the program publisher that a debugger is present and running.
Syntax
Parameters
fDebuggerPresent
[in] Non-zero (TRUE
) if a debugger is present, zero (FALSE
) if it is not.
Return Value
If successful, returns S_OK
; otherwise, returns an error code.
Remarks
The presence or absence of a debugger is reflected in the data returned from the GetProviderProcessData method: the value returned there is set or cleared by a prior call to the SetDebuggerPresent
method.