The function retrieves a handle to the child control whose control name match the specified strings.
This function performs a case-sensitive search. If no child can be found with the specified control name, the function return zero.
- Parameters:
-
| hWnd | Handle to the control. |
| controlName | The name of the searched control. |
- Returns:
- If a child control can be found with the searched control name, the function returns the handle of the child, otherwise zero