Prev Next
MAKEPOINTS info Overview GroupThe MAKEPOINTS macro converts a value that contains the x- and y-coordinates of a point into a POINTS structure. POINTS MAKEPOINTS(
Parameters
Return ValuesThe return value is a pointer to a POINTS structure. RemarksThe MAKEPOINTS macro is defined as follows: #define MAKEPOINTS(l) (*((POINTS FAR *) & (l))) See Also |