Eneboo - Documentación para desarrolladores
|
#include <libdigidoc/DigiDocDefs.h>
#include <stdio.h>
#include <windows.h>
#include <commctrl.h>
#include "DlgUnit.h"
'defines' | |
#define | HINST_THISCOMPONENT ((HINSTANCE)&__ImageBase) |
#define | dDLGWIN_MINWIDTH 170 |
#define | dDLGWIN_MAXWIDTH 800 |
#define | dDLGWIN_MINHEIGHT 150 |
#define | dDLGWIN_MAXHEIGHT 600 |
#define | dDLGMAXLISTBOXSIZE 1024 |
#define | dDLGMAXITEMSIZE 512 |
#define | dDLGTEMPBUFLEN 64 |
#define | dDLGNOERRORS 0 |
#define | dDLGERROR -1 |
#define | dDLGNOSELECTION -9 |
#define | dDLGERROR_OUT -2 |
#define | dDLGNOSELECTION_OUT -1 |
#define | dDLGUSERTEXTMAXLEN 128 |
Funciones | |
int | RunDialogUnitSimple (char *psList[], char *psCaption, char *psHeader, char *psOkButton, char *psCancelButton, int iWinWidth, int iWinHeight) |
EXP_OPTION int | DialogUnitSetTexts (char *psCaption, char *psHeader, char *psOkButton, char *psCancelButton) |
EXP_OPTION int | DialogUnitSetHeaders (char *psCol1, char *psCol2, char *psCol3, char *psCol4, char *psCol5) |
EXP_OPTION int | DialogUnitSetToolTips (char *psCommon, char *psListView, char *psOkButton, char *psCancelButton) |
int | RunDialogUnit (char *psList[], int iWinWidth, int iWinHeight) |
EXP_OPTION int | RunDialogTestLow (void) |
Variables | |
HINSTANCE | hInstanceCOM = NULL |
EXTERN_C IMAGE_DOS_HEADER | __ImageBase |
#define dDLGERROR -1 |
#define dDLGERROR_OUT -2 |
#define dDLGMAXITEMSIZE 512 |
#define dDLGMAXLISTBOXSIZE 1024 |
#define dDLGNOERRORS 0 |
#define dDLGNOSELECTION -9 |
#define dDLGNOSELECTION_OUT -1 |
#define dDLGTEMPBUFLEN 64 |
#define dDLGUSERTEXTMAXLEN 128 |
#define dDLGWIN_MAXHEIGHT 600 |
#define dDLGWIN_MAXWIDTH 800 |
#define dDLGWIN_MINHEIGHT 150 |
#define dDLGWIN_MINWIDTH 170 |
#define HINST_THISCOMPONENT ((HINSTANCE)&__ImageBase) |
EXP_OPTION int DialogUnitSetHeaders | ( | char * | psCol1, |
char * | psCol2, | ||
char * | psCol3, | ||
char * | psCol4, | ||
char * | psCol5 | ||
) |
EXP_OPTION int DialogUnitSetTexts | ( | char * | psCaption, |
char * | psHeader, | ||
char * | psOkButton, | ||
char * | psCancelButton | ||
) |
EXP_OPTION int DialogUnitSetToolTips | ( | char * | psCommon, |
char * | psListView, | ||
char * | psOkButton, | ||
char * | psCancelButton | ||
) |
EXP_OPTION int RunDialogTestLow | ( | void | ) |
int RunDialogUnitSimple | ( | char * | psList[], |
char * | psCaption, | ||
char * | psHeader, | ||
char * | psOkButton, | ||
char * | psCancelButton, | ||
int | iWinWidth, | ||
int | iWinHeight | ||
) |
EXTERN_C IMAGE_DOS_HEADER __ImageBase |
HINSTANCE hInstanceCOM = NULL |