home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1997 #10
/
KOM_97_1.iso
/
vishome
/
dll
/
wisedll.h
< prev
Wrap
Text File
|
1995-07-12
|
702b
|
16 lines
typedef struct {
WORD wStructLen; // The length of the structure
HWND hWnd; // Handle to main window
WORD wMaxReplaces; // Maximum number of replaces
WORD wRepNameWidth; // The width of a replace name
WORD wRepStrWidth; // The width of each replace string
WORD wCurrReps; // Current number of replace strings
char *lpszRepName; // The actual replace names
char *lpszRepStr; // The actual replace values
BYTE bRunMode; // The installation mode
HFILE fLogFile; // A file handle to the log file
char *lpszParam; // String parameter from Wise Installation System
} DLLCALLPARAMS;
typedef DLLCALLPARAMS far *LPDLLCALLPARAMS;