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.
Tells the program or program node which debug engine (DE) to use to debug this program.
HRESULT SetEngine(
REFGUID guidEngine
);
int SetEngine(
ref Guid guidEngine
);
Parameters
- guidEngine
[in] The GUID of the DE.
Return Value
If successful, returns S_OK; otherwise, returns an error code.