Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 233 of file cordebug.c.
{ DebugProcess *This = impl_from_ICorDebugProcess(iface); TRACE("%p\n", This); if(!phProcessHandle) return E_INVALIDARG; *phProcessHandle = This->handle; return S_OK; }