Hi, is this new structure?
Code:
typedef struct _DC_VFS
{
UINT32 Uid;
UINT32 Gid;
DWORD dwFileMode;
DWORD dwBuffer;
PBYTE pBuffer[1];
} DC_VFS, * LPDC_VFS;
and how it works?
where are old values? Do not necessary anymore?
When I use this structure for DC_VFS_READ I obtain {5261654, 0, 0, 1024, {NULL}}
I really haven't 5261654 users.
THX for anyhelp
Miky