Scroll to navigation

DebugConnect(3w) Wine API DebugConnect(3w)

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".
Debug channel "dbgeng".
Oct 2012 Wine API