Scroll to navigation

DebugCreate(3w) Wine API DebugCreate(3w)

NAME

DebugCreate (DBGENG.@)

SYNOPSIS

HRESULT DebugCreate
(
REFIID InterfaceId,
PVOID* pInterface
)
 

DESCRIPTION

Creating Debug Engine client object.
 

PARAMS

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

Declared in "cordebug.h".
Implemented in "dlls/dbgeng/dbgeng.c".
Debug channel "dbgeng".
Oct 2012 Wine API