CeGetClassName (RAPI)

Send Feedback

This function retrieves the name of the class to which the specified window on a remote Microsoft® Windows® CE–based device belongs.

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 lpClassName parameter. The class name string is truncated if it is longer than the buffer.

Return Values

The number of characters copied to the specified buffer indicates success. Zero indicates failure. To get extended error information, call CeGetLastError and CeRapiGetError.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapi.h
Library: Rapi.lib

See Also

Remote API Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.