NAME

DebugExtensionInitialize  (DBGENG.@)

SYNOPSIS

 HRESULT DebugExtensionInitialize
 (
  ULONG* pVersion,
  ULONG* pFlags
 )

DESCRIPTION

Initializing Debug Engine.

PARAMS

pVersion [Out] Receiving the version of extension.
pFlags [Out] Reserved.

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". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.