GetWindowClassName
Description
Returns the name of the window.
Syntax
|
1 |
GetWindowClassName() |
Return value
LPCTSTR.
Examples
The string returned by GetWindowClassName is passed as an argument
to the CreateControl method:
|
1 2 3 4 |
LPCTSTR CVisualExt::GetWindowClassName() { return s_className; } |
Usage
The window must be registered before you call
GetWindowClassName.
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest