PFTASKDIALOGCALLBACK typedef callback

PFTASKDIALOGCALLBACK = Int32 Function(Pointer<NativeType> hwnd, Uint32 msg, IntPtr wParam, IntPtr lParam, IntPtr lpRefData)

An application-defined function used with the TaskDialogIndirect function.

To learn more, see learn.microsoft.com/windows/win32/api/commctrl/nc-commctrl-pftaskdialogcallback.

Implementation

typedef PFTASKDIALOGCALLBACK =
    Int32 Function(
      Pointer hwnd,
      Uint32 msg,
      IntPtr wParam,
      IntPtr lParam,
      IntPtr lpRefData,
    );