Thread: DC_VFS Change!
View Single Post
Old 12-08-2003, 04:19 AM  
Miky
Member
 
Join Date: Feb 2003
Posts: 31
Default help

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
Miky is offline