Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.11.04;
Скачать: CL | DM;

Вниз

EnumProcesses   Найти похожие ветки 

 
Velocity   (2002-09-19 18:07) [0]

Народ, а подскажите плиз, что за ф-ция такая? в хелпе нету её почему-то...


 
iNew   (2002-09-19 19:09) [1]

The EnumProcesses function retrieves the process identifier for each process object in the system.


BOOL EnumProcesses(
DWORD* lpidProcess,
DWORD cb,
DWORD* cbNeeded
);

Parameters
lpidProcess
[out] Pointer to an array that receives the list of process identifiers.
cb
[in] Size of the lpidProcess array, in bytes.
cbNeeded
[out] Number of bytes returned in the lpidProcess array.
Return Values
If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks
It is a good idea to specify a large array of DWORD values, because it is hard to predict how many processes there will be at the time you call EnumProcesses. To determine how many processes were enumerated by the call to EnumProcesses, divide the resulting value in the cbNeeded parameter by sizeof(DWORD). There is no indication given when the buffer is too small to store all process identifiers.



 
Velocity   (2002-09-22 06:17) [2]

Спасибки



Страницы: 1 вся ветка

Текущий архив: 2002.11.04;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.023 c
1-11251
Semion
2002-10-23 08:24
2002.11.04
Подскажите где найти


3-11134
Sirus
2002-10-16 11:14
2002.11.04
Больной какой-то вопрос...


1-11316
Eugene_post
2002-10-23 19:36
2002.11.04
Как подсчитать контрольную сумму файла?


14-11454
Юрий Зотов
2002-10-14 18:24
2002.11.04
день добрый всем. подскажите пожалуюста что бы мне перехватить


3-11088
Larisa
2002-10-15 21:33
2002.11.04
Не получается отобразить в DBGrid результат выполнения