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