DebugEventProc callback function (gdiplusinit.h)

DebugEventProc is the signature of a callback function that you implement in your application, and pass to the constructor of GdiplusStartupInput.

Syntax

DebugEventProc Debugeventproc;

void Debugeventproc(
  DebugEventLevel level,
  CHAR *message
)
{...}

Parameters

level

A DebugEventLevel object representing the level of the debug event.

message

A pointer to a narrow string containing the debug event message.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header gdiplusinit.h