DebugConnect (DBGENG.@)
HRESULT DebugConnect ( PCSTR RemoteOptions, REFIID InterfaceId, PVOID* pInterface )
Creating Debug Engine client object and connecting it to remote host.
RemoteOptions | [In] | Options which define how debugger engine connects to remote host. |
InterfaceId | [In] | Interface Id of debugger client. |
pInterface | [Out] | Pointer to interface as requested via InterfaceId. |
Success: S_OK
Failure: Anything other than S_OK.
Unimplemented
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/dbgeng/dbgeng.c". gitlab.winehq.org/wine/wine/blob/master/dlls/dbgeng/dbgeng.c
Debug channel "dbgeng".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.