共用方式為


DebugEventProc 回呼函式 (gdiplusinit.h)

DebugEventProc 是您在應用程式中實作的回呼函式簽章,並傳遞至 GdiplusStartupInput 的建構函式。

語法

DebugEventProc Debugeventproc;

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

參數

level

DebugEventLevel 物件,代表偵錯事件的層級。

message

包含偵錯事件訊息之窄字串的指標。

傳回值

規格需求

需求
最低支援的用戶端 Windows 10 組建 20348
最低支援的伺服器 Windows 10 組建 20348
標頭 gdiplusinit.h