LPCCHOOKPROC typedef callback

LPCCHOOKPROC = IntPtr Function(Pointer<NativeType> param0, Uint32 param1, IntPtr param2, IntPtr param3)

Receives messages or notifications intended for the default dialog box procedure of the Color dialog box.

This is an application-defined or library-defined callback function that is used with the ChooseColor function.

To learn more, see learn.microsoft.com/windows/win32/api/commdlg/nc-commdlg-lpcchookproc.

Implementation

typedef LPCCHOOKPROC =
    IntPtr Function(
      Pointer param0,
      Uint32 param1,
      IntPtr param2,
      IntPtr param3,
    );