=
Mark Roddy
Windows 2000/Windows NT
Consulting:
markr@hollistech.com
www.hollistech.com
=
-----Original Message-----
From: bounce-ntdev-311@lists.osr.com [mailto:bounce-ntdev-311@lists.osr.com]On Behalf Of xiong xuezheng
Sent: Wednesday, March 01, 2000 10:57 PM
To: NT Developers Interest List
Subject: [ntdev] how to create symbolink for a un-named device object?Hello!I am developing w2k filter driver. It seems that w2k or WDM driver does not name its device objects. it should specify a NULL string for the device name, so IoCreateSymbollink() routine cannot be used to create symbol link for application calling. In DDK document, it suggests to use IoRegisterDeviceInterface() to get a symbolic link name. But i call the routine at DriverEntry(), then fail to start and system is dead.How to use IoRegisterDeviceInterface() correctly?Thanks in advance!xiong