NotificationUnhookProc コールバック関数 (gdiplusinit.h)

NotificationUnhookProc は、GdiplusStartup が GdiplusStartupOutput 構造体で返す通知 unhook 関数のシグネチャです。

構文

NotificationUnhookProc Notificationunhookproc;

void Notificationunhookproc(
  ULONG_PTR token
)
{...}

パラメーター

token

トークンを含む ULONG へのポインター。

戻り値

なし

必要条件

要件
サポートされている最小のクライアント Windows 10 ビルド 20348
サポートされている最小のサーバー Windows 10 ビルド 20348
Header gdiplusinit.h