Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the functionality of EnumChildWindows?



What is the functionality of EnumChildWindows?..

Answer / Rajdeep Gupta

EnumChildWindows is a function in Win32API used to enumerate all child windows within a given parent window. Here's an example:n`nBOOL CALLBACK EnumerateChildWindowsCallback(HWND hWnd, LPARAM lParam) {n// Your code here to process each child window.nreturn TRUE;n}nEnumChildWindows(parentWindow, EnumerateChildWindowsCallback, NULL);n`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Win32API Code Interview Questions

How to check if Folder is a Special Shell Folder ?

1 Answers  


How to Check if Folder Exists?

1 Answers  


What is the functionality of GetDesktopWindow?

1 Answers  


How to Check if File Exists?

1 Answers  


What is GUID anyway?

1 Answers  


What is the functionality of SendMessage?

1 Answers  


What is the functionality of EnumWindows?

1 Answers  


What is the functionality of GetWindow?

1 Answers  


What is the functionality of FindWindow?

1 Answers  


How to Get File Extension?

1 Answers  


What is the functionality of GetWindowText?

1 Answers  


How to get Filename from Path?

1 Answers  


Categories