Please!!! I'm tryng to get the amount of
memory allocated by a process. I have the HANDLE of process, and
actually a discovered a function wich returns information about pages
"GetProcessMemoryInfo" defined in "psapi.h", but I don't know how to
get the amount of memory (in Kb) allocated for this process. How can I
get this information
Thanks in advance!

Getting memory(Kb) allocated by a process
AndrewC#
Sorry but I don't understand your question.
The documentation of GetProcessMemoryInfo
http://msdn.microsoft.com/library/default.asp url=/library/en-us/perfmon/base/getprocessmemoryinfo.asp
has a link to a perfect sample:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/perfmon/base/collecting_memory_usage_information_for_a_process.asp