Share via


IRAPISession::CeGetClassName

Send Feedback

This method 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] 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 buffer indicates success. Zero indicates failure. To get extended error information, call IRAPISession::CeGetLastError and IRAPISession::CeRapiGetError.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.

See Also

IRAPISession::IUnknown | IRAPISession::CeGetWindow

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.