win32process.GetGuiResources

int = GetGuiResources(Process, Flags )

Returns the number of GDI or user object handles held by a process

Parameters

Process : PyHANDLE

Handle to a process as returned by win32api::OpenProcess

Flags : int

GR_GDIOBJECTS or GR_USEROBJECTS (from win32con)

Comments

Available on Win2k and up