Debugging Tools for Windows |
The DebugCreate function creates a new client object and returns an interface pointer to it.
HRESULT
DebugCreate(
IN REFIID InterfaceId,
OUT PVOID * Interface
);
This method may also return other error values. See Return Values for more details.
The parameters passed to DebugCreate are the same as those passed to IUnknown::QueryInterface, and they are treated the same way.
As with IUnknown::QueryInterface, when the returned interface is no longer needed, its IUnknown::Release method should be called.
Headers: Defined in dbgeng.h. Include dbgeng.h.