Afrow UK
07-05-2007, 11:26 AM
I'm using NtQueryInformationFile with FileNameInformation to get the name of a file from a remote open file handle.
This also does not work:
UCHAR b[512];
NtQueryInformationFile(handle, NULL, &b, 512, FileNameInformation);
The handle is correct.
Any ideas?
Stu
This also does not work:
UCHAR b[512];
NtQueryInformationFile(handle, NULL, &b, 512, FileNameInformation);
The handle is correct.
Any ideas?
Stu