Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets a custom debug engine (DE) interface.
Syntax
Parameters
ppUnk
[out] Returns an IUnknown object represents the debug engine (DE), and which can be queried for any other valid interface associated with a DE (for example IDebugEngine2 or IDebugEngineLaunch2).
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The resulting interface should be used with care because calling through interfaces retrieved from this method circumvents the session debug manager's processing and may result in the SDM getting into a bad state or generating errors while debugging.