DRAWSTATEPROC typedef

DRAWSTATEPROC = Int32 Function(IntPtr hdc, IntPtr lData, IntPtr wData, Int32 cx, Int32 cy)

Application-defined callback function that renders a complex image for the DrawState function.

Implementation

typedef DRAWSTATEPROC = Int32 Function(
    IntPtr hdc, IntPtr lData, IntPtr wData, Int32 cx, Int32 cy);