NAME

DebugConnect  (DBGENG.@)

SYNOPSIS

 HRESULT DebugConnect
 (
  PCSTR  RemoteOptions,
  REFIID InterfaceId,
  PVOID* pInterface
 )

DESCRIPTION

Creating Debug Engine client object and connecting it to remote host.

PARAMS

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.

RETURNS

Success: S_OK

Failure: Anything other than S_OK.

BUGS

Unimplemented

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/dbgeng/dbgeng.c". https://source.winehq.org/source/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 Apr 2024.