Re[2]: examples from IFS kit

Hello Tony,

Thanks a lot, renaming helped


Roman

mailto:xxxxx@rbcmail.ru

Tuesday, June 29, 2004, 10:03:48 PM, you wrote:

TM> Someone else is using the same name. Try changing the name. Or perhaps
TM> you loaded the driver, then recompiled it and tried to load it again?

TM> No matter, if there is a name collision, us an object manager name
TM> walking tool (there is one on www.osronline.com) to confirm this. If
TM> you use the kernel debugger, you can walk through and find the driver
TM> that owns the device object (or follow the sym link if it is a symbolic
TM> link).

TM> Regards,

TM> Tony

TM> Tony Mason
TM> Consulting Partner
TM> OSR Open Systems Resources, Inc.
TM> http://www.osr.com

TM> Looking forward to seeing you at the Next OSR File Systems Class October
TM> 18, 2004 in Silicon Valley!

TM> -----Original Message-----
TM> From: xxxxx@lists.osr.com
TM> [mailto:xxxxx@lists.osr.com] On Behalf Of Roman Kudinov
TM> Sent: Tuesday, June 29, 2004 1:35 PM
TM> To: ntfsd redirect
TM> Subject: [ntfsd] examples from IFS kit

TM> Hello all,

TM> I’m newbie to driver development. I compiled examples from IFS (for XP)
TM> (filespy and sfilter) but sfilter don’t start at all and installation
TM> didn’t
TM> pass (the script freezed)

TM> Filespy installed but in DriverEntry

TM> IoCreateDevice( DriverObject,
TM> 0,
TM> &nameString,
TM> FILE_DEVICE_DISK_FILE_SYSTEM,
TM> FILE_DEVICE_SECURE_OPEN,
TM> FALSE,
TM> &gControlDeviceObject);

TM> failes with the error code c0000035. As I understand this code means
TM> that “Object Name already exists”

TM> I have WinXP and debugged the driver with SoftIce

TM> Did I do something wrong? Can anybody help?