Innovative Posted November 29, 2008 Posted November 29, 2008 Greetings ! I have some problems with EmptyWOrkingSet calls on dll psapi.dll . The call do works on normal process but it just fails on system process like svchost.exe , smess.exe and lots more .. Why is it so ?
PsaltyDS Posted November 29, 2008 Posted November 29, 2008 xVivoCity said: Greetings ! I have some problems with EmptyWOrkingSet calls on dll psapi.dll . The call do works on normal process but it just fails on system process like svchost.exe , smess.exe and lots more ..Why is it so ?You have the required rights to system processes? Ref: EmptyWorkingSet Function Quote The handle must have the PROCESS_QUERY_INFORMATION and PROCESS_SET_INFORMATION access rights. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
trancexx Posted November 29, 2008 Posted November 29, 2008 xVivoCity said: Nothing I can do ?It is to be expected that memory usage of that processes is optimized at all times. If so, there is no need for some user to do what you want to do. Even if you could, it would be most unrecommendable to do it. ♡♡♡ . eMyvnE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now