Edit

Share via


IDebugEngine3::SetEngineGuid

This method sets the debug engine's (DE) GUID.

Syntax

int SetEngineGuid(
   ref Guid guidEngine
);

Parameters

guidEngine
[in] GUID of the engine.

Return Value

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

See also