GRAYSTRINGPROC typedef

GRAYSTRINGPROC = Int32 Function(IntPtr Arg1, IntPtr Arg2, Int32 Arg3)

Application-defined callback function used with the GrayString function. It is used to draw a string.

Implementation

typedef GRAYSTRINGPROC = Int32 Function(IntPtr Arg1, IntPtr Arg2, Int32 Arg3);