Anyone can find a definition of RTL_GENERIC_COMPARE_RESULTS?
It is type that returned by CompareRoutine function used as a parameter in
VOID RtlInitializeGenericTable ( IN OUT PRTL_GENERIC_TABLE Table, IN PVOID
CompareRoutine,
IN PVOID AllocateRoutine,IN PVOID FreeRoutine,IN ULONG UserParameter);
Thanks
According to my copy of ntifs.h it is:
typedef enum _RTL_GENERIC_COMPARE_RESULTS {
GenericLessThan,
GenericGreaterThan,
GenericEqual
} RTL_GENERIC_COMPARE_RESULTS;
Regards,
Tony
Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Andrew Guerts
Sent: Sunday, January 09, 2005 8:20 PM
To: ntfsd redirect
Subject: [ntfsd] RTL_GENERIC_COMPARE_RESULTS?
Anyone can find a definition of RTL_GENERIC_COMPARE_RESULTS?
It is type that returned by CompareRoutine function used as a parameter
in
VOID RtlInitializeGenericTable ( IN OUT PRTL_GENERIC_TABLE Table, IN
PVOID
CompareRoutine,
IN PVOID AllocateRoutine,IN PVOID FreeRoutine,IN ULONG UserParameter);
Thanks
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com