.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DebugConnect 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDebugConnect\fR (DBGENG.@) .SH SYNOPSIS HRESULT DebugConnect ( PCSTR \fIRemoteOptions\fR, REFIID \fIInterfaceId\fR, PVOID* \fIpInterface\fR ) .SH DESCRIPTION .PP Creating Debug Engine client object and connecting it to remote host. .SH PARAMS \fIRemoteOptions\fR \fB[In]\fR Options which define how debugger engine connects to remote host. .PP \fIInterfaceId\fR \fB[In]\fR Interface Id of debugger client. .PP \fIpInterface\fR \fB[Out]\fR Pointer to interface as requested via \fIInterfaceId\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR Anything other than \fBS_OK\fR. .SH BUGS .PP Unimplemented .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/dbgeng/dbgeng.c"\fR. .PP Debug channel \fB"dbgeng"\fR.