What is the functionality of GetDesktopWindow?
Answer / Ajay Singh Khadwal
The GetDesktopWindow function in Win32API returns a handle to the desktop window. Here's an example:n`nHWND hDesktop = GetDesktopWindow();nn`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the functionality of GetWindowTextLength?
What is the functionality of GetWindow?
How to Check if File Exists?
What is the functionality of SetForegroundWindow?
What is GUID anyway?
What is the functionality of SendMessage?
How to get Filename from Path?
How to Check if Folder Exists?
What is the functionality of EnumChildWindows?
What is the functionality of GetWindowText?
How to check if Folder is a Special Shell Folder ?
What is the functionality of FindWindow?