.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DebugCreate 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDebugCreate\fR (DBGENG.@) .SH SYNOPSIS HRESULT DebugCreate ( REFIID \fIInterfaceId\fR, PVOID* \fIpInterface\fR ) .SH DESCRIPTION .PP Creating Debug Engine client object. .SH PARAMS \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 Declared in \fB"cordebug.h"\fR. .PP Implemented in \fB"dlls/dbgeng/dbgeng.c"\fR. .PP Debug channel \fB"dbgeng"\fR.