↑  ←  Описание функции


_WinAPI_GetGuiResources

Retrieves the count of handles to graphical user interface (GUI) objects in use by the specified process

#include <WinAPI.au3>
_WinAPI_GetGuiResources([$iflag = 1 [, $hProcess = -1]])

Параметры

$iflag [необязательный]
    0 - (по умолчанию) Return the count of GDI objects.
    1 - Return the count of USER objects.
$hProcess [необязательный] A handle to the process. By default the current process.

Возвращаемое значение

Успех:Returns the count of handles to GUI objects in use by the process, according to $iFlag
Ошибка:Устанавливает @error

См. также

Искать GetGuiResources в библиотеке MSDN