Display dialog box allowing user to enter or edit 64-bit MMX number as a combination of 8-, 16- or 32-bit integers in signed decimal, unsigned decimal or hexadecimal formats. Return 0 on success and -1 on error or when user cancelled input. Function Getmmxxy additionally contains the preferred screen coordinates of the bottom left point of the dialog window.
int Getmmx(char *title,char *data,int mode);
int Getmmxxy(char *title,char *data,int mode,int x,int y);
Parameters:
title - title of dialog box;
data - pointer to 64-bit (8-byte) memory area containing initial value of MMX number. On exit, contains number modified by user;
mode - reserved, must be 0;
x - absolute X screen coordinate, in pixels, of the bottom left corner of the dialog window. If necessary, dialog will automatically adjust its position so that it remains visible;
y - absolute Y screen coordinate, in pixels, of the bottom left corner of the dialog window.
See also: Getlong, Getregxy, Getfloat, Getfloat10, Get3dnow, Gettableselectionxy