Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using unzip, unrar and unace.dll
Message
From
19/01/2000 02:23:02
 
 
To
15/01/2000 20:30:00
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00318068
Message ID:
00319726
Views:
12
One of the structures is as follows:

Format of ACEOpenArchiveData structure:
struct ACEOpenArchiveData
{
char *ArcName;
UINT OpenMode;
UINT OpenResult;
UINT Flags;
UINT Host;
char AV[51];
char *CmtBuf;
UINT CmtBufSize;
UINT CmtSize;
UINT CmtState;
int (*ChangeVolProc)(char *ArcName,int Mode);
int (*ProcessDataProc)(unsigned char *Addr,int Size);
};

The function call is:
HANDLE ACEOpenArchive(struct ACEOpenArchiveData *ArchiveData);

Johan.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform