hi,
I want to know all the open file on my system(Win-2000 Server).
I am using NetFileEnum function in following way
FILE_INFO_3 *buff,*curf;
DWORD read, total, resumeh=0, rc, i;
buff = NULL;
rc=NetFileEnum(
NULL,
NULL,
NULL,
3,
(BYTE**)&buff,
2048,
&read,
&total...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.