IRAPISession::CeGetClassName

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method 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] 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 Value

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

Header rapi2.h
Library ole32.lib, rapiuuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IRAPISession
IRAPISession::CeGetWindow