PFILE_GET_QUOTA_INFORMATION

Hey all,
I installed the IFS and in trying to compile src\filesys\nulmrx\sys with
build -cZ I get:
BUILD: Object root set to: ==> objfre
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Compiling c:\nt2000~1\src\filesys\nulmrx\sys directory
Compiling Precompiled Header - precomp.h for i386
c:\nt2000~1\src\filesys\inc\rxcontx.h(389) : error C2061: syntax error :
identifier ‘PFILE_GET_QUOTA_INFORMATION’

PFILE_GET_QUOTA_INFORMATION doesn’t seem to be defined in any of the
header files. Any clues?

Thanks,
Ron

From ntifs.h on XP IFS kit. Not sure about the 2000 kit.

typedef struct _FILE_GET_QUOTA_INFORMATION {
ULONG NextEntryOffset;
ULONG SidLength;
SID Sid;
} FILE_GET_QUOTA_INFORMATION, *PFILE_GET_QUOTA_INFORMATION;

-----Original Message-----
From: xxxxx@Frodo.com [mailto:xxxxx@Frodo.com]
Sent: Wednesday, September 18, 2002 11:10 AM
To: File Systems Developers
Subject: [ntfsd] PFILE_GET_QUOTA_INFORMATION

Hey all,
I installed the IFS and in trying to compile src\filesys\nulmrx\sys with
build -cZ I get:
BUILD: Object root set to: ==> objfre
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Compiling c:\nt2000~1\src\filesys\nulmrx\sys directory
Compiling Precompiled Header - precomp.h for i386
c:\nt2000~1\src\filesys\inc\rxcontx.h(389) : error C2061: syntax error :
identifier ‘PFILE_GET_QUOTA_INFORMATION’

PFILE_GET_QUOTA_INFORMATION doesn’t seem to be defined in any of the
header files. Any clues?

Thanks,
Ron


You are currently subscribed to ntfsd as: xxxxx@inflectionsystems.com
To unsubscribe send a blank email to %%email.unsub%%

Same goes for Win2k IFS kit though I coudn’t find it in NT IFS kit.

Thanks -Amit