Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This function retrieves the name of the class to which the specified window on a remote Windows Embedded CE–based device belongs.
Syntax
int CeGetClassName( HWND hWnd, LPWSTR lpClassName, Int nMaxCount ); |
Parameters
- hWnd
-
[in] Handle to the window and, indirectly, to the class to which the window belongs.
- lpClassName
-
[in,out] Long pointer to the buffer that is to receive the class name string.
- nMaxCount
-
[in] Specifies the length, in characters, of the buffer pointed to by the lpClassNameparameter. The class name string is truncated if it is longer than the buffer.
Return Value
The number of characters copied to the specified buffer indicates success. Zero indicates failure. To get extended error information, call CeGetLastErrorand CeRapiGetError.
Requirements
Header | rapi.h |
Library | rapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |