I have a dll that can be injected noepad process and I am hooking StartDoc function
I am only getting the document name , I want to get full path name of the file that is currently opened by notepad
like E:\Projects\Gen Doc\Specs.txt
I had seen some sample that using like
typedef NTSTATUS (__stdcall *QueryObject)(H ANDLE,int,void* ,unsigned long,unsigned long*);
Let me give correct solution
Regards,
Dileep S
I am only getting the document name , I want to get full path name of the file that is currently opened by notepad
like E:\Projects\Gen Doc\Specs.txt
I had seen some sample that using like
typedef NTSTATUS (__stdcall *QueryObject)(H ANDLE,int,void* ,unsigned long,unsigned long*);
Let me give correct solution
Regards,
Dileep S