Telling the OS to cut Rename into Copy+Delete

Hi,

I need to tell the OS that the file, for which an
IRP_MJ_SET_INFORMATION / FileRenameInformation is sent, is “not” on the
same volume, and thus a Copy+Delete must be implemented.
How do I do this? The file is really on the same volume, but I
need to implement this, anyway:-)


Kind regards, Dejan M. www.alfasp.com
E-mail: xxxxx@alfasp.com ICQ#: 56570367
Alfa File Monitor - File monitoring library for Win32 developers.
Alfa File Protector - File protection and hiding library for Win32
developers.
Alfa Registry Monitor - Registry monitoring library for Win32
developers.
Alfa Registry Protector - Registry protection library for Win32
developers.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Try STATUS_NOT_SAME_DEVICE

----- Original Message -----
From: “Dejan Maksimovic”
To: “File Systems Developers”
Sent: Monday, January 21, 2002 6:41 AM
Subject: [ntfsd] Telling the OS to cut Rename into Copy+Delete

>
> Hi,
>
> I need to tell the OS that the file, for which an
> IRP_MJ_SET_INFORMATION / FileRenameInformation is sent, is “not” on the
> same volume, and thus a Copy+Delete must be implemented.
> How do I do this? The file is really on the same volume, but I
> need to implement this, anyway:-)
>
> –
> Kind regards, Dejan M. www.alfasp.com
> E-mail: xxxxx@alfasp.com ICQ#: 56570367
> Alfa File Monitor - File monitoring library for Win32 developers.
> Alfa File Protector - File protection and hiding library for Win32
> developers.
> Alfa Registry Monitor - Registry monitoring library for Win32
> developers.
> Alfa Registry Protector - Registry protection library for Win32
> developers.
>
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com