Searched refs:myprocess (Results 1 – 1 of 1) sorted by relevance
49 HANDLE myprocess; in isGuiApp() local51 myprocess = OpenProcess( PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, FALSE, mypid); in isGuiApp()52 return GetGuiResources(myprocess, 1) > 0; in isGuiApp()