Share via


IDebugEngine3::SetEngineGuid

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

HRESULT SetEngineGuid(
   GUID* guidEngine
);
[C#]
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

Reference

IDebugEngine3