_GetWindowText function
[This function is a wrapper over the GetWindowText function. This function may be altered or unavailable in the future. Applications should call GetWindowText directly.]
Retrieves the text from the specified window's title bar. See GetWindowText.
Syntax
int _GetWindowText(
...
);
Parameters
-
...
Requirements
Requirement | Value |
---|---|
DLL |
|
See also