Hi,
I am writing a FSD network redirector. I am calling
FsRtlRegisterUncProvider() to get registered with MUP. It fails out giving
status as 0xC0000103. Probably because of this problem while registering, I
am facing too many problems with Office applications using the redirector.
Is there anything that I am missing out? Please help.
Regards,
Ram
Status = IoCreateDevice(DriverObject, sizeof(IBFS_EXT), &DeviceName, FILE_DEVICE_NETWORK_FILE_SYSTEM, 0, FALSE, &DeviceObject );Status = IoCreateSymbolicLink(&DosDeviceName, &DeviceName);IoRegisterFileSystem(DeviceObject);Status = FsRtlRegisterUncProvider(&MUPHANDLE, &DeviceName, FALSE);
> I am writing a FSD network redirector. I am calling
FsRtlRegisterUncProvider() to get registered with MUP. It fails out
giving
status as 0xC0000103. Probably because of this problem while
registering, I
At least in NT4 this function could be called from a System process
only. Use a work item to call it.
Max
I call it within DriverEntry for NT/Win2k. Never gave me any problem.
-Amit
This posting is provided “AS IS” with no warranties, and confers no
rights.
DriverEntry is called in the context of the system process. Thus, your driver wouldn’t encounter the bug Maxim disclosed.
-----Original Message-----
From: xxxxx@hotmail.com [mailto:xxxxx@hotmail.com]
Sent: Wednesday, September 18, 2002 6:05 AM
To: File Systems Developers
Subject: [ntfsd] Re: FsRtlRegisterUncProvider problem
I call it within DriverEntry for NT/Win2k. Never gave me any problem.
-Amit
This posting is provided “AS IS” with no warranties, and confers no
rights.
You are currently subscribed to ntfsd as: xxxxx@inin.com
To unsubscribe send a blank email to %%email.unsub%%
Yes, this bug occurs when FsRtlRegisterUncProvider is called from the
IOCTL path in something like IOCTL_START_REDIR functionality.
Max
----- Original Message -----
From: “Fuller, Rob”
To: “File Systems Developers”
Sent: Wednesday, September 18, 2002 6:22 PM
Subject: [ntfsd] Re: FsRtlRegisterUncProvider problem
DriverEntry is called in the context of the system process. Thus,
your driver wouldn’t encounter the bug Maxim disclosed.
-----Original Message-----
From: xxxxx@hotmail.com [mailto:xxxxx@hotmail.com]
Sent: Wednesday, September 18, 2002 6:05 AM
To: File Systems Developers
Subject: [ntfsd] Re: FsRtlRegisterUncProvider problem
I call it within DriverEntry for NT/Win2k. Never gave me any problem.
-Amit
This posting is provided “AS IS” with no warranties, and confers no
rights.
—
You are currently subscribed to ntfsd as: xxxxx@inin.com
To unsubscribe send a blank email to %%email.unsub%%
—
You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%