#include <stdio.h>
#include <windows.h>
Documentación de los 'defines'
#define dDLGMAXITEMSIZE 512 |
#define dDLGMAXLISTBOXSIZE 1024 |
#define dDLGNOSELECTION -2 |
#define dDLGTEMPBUFLEN 64 |
#define dDLGWIN_MAXHEIGHT 600 |
#define dDLGWIN_MAXWIDTH 800 |
#define dDLGWIN_MINHEIGHT 150 |
#define dDLGWIN_MINWIDTH 170 |
#define IDC_GROUPBOX 1001 |
#define IDC_LISTVIEW 1002 |
#define IDD_DLG_UNIT 1000 |
Documentación de las funciones
int RunDialogUnitSimple |
( |
char * |
psList[], |
|
|
char * |
psCaption, |
|
|
char * |
psHeader, |
|
|
char * |
psOkButton, |
|
|
char * |
psCancelButton, |
|
|
int |
iWinWidth, |
|
|
int |
iWinHeight |
|
) |
| |