GetWindowClassName

PowerBuilder Native Interface

IPBX_VisualObject interface:

GetWindowClassName method

Description

Syntax

GetWindowClassName()

Return Values

Examples

LPCTSTR CVisualExt::GetWindowClassName()
{
   return s_className;
}

Usage

See Also