Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.