GRAYSTRINGPROC typedef callback
GRAYSTRINGPROC =
Int32 Function(Pointer<NativeType> param0, IntPtr param1, Int32 param2)
An application-defined callback function used with the GrayString function.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nc-winuser-graystringproc.
Implementation
typedef GRAYSTRINGPROC =
Int32 Function(Pointer param0, IntPtr param1, Int32 param2);