CeGetClassName (RAPI) (Compact 7)

3/12/2014

This function retrieves the name of the class to which the specified window on a remote Windows Embedded Compact-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 lpClassName parameter. 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 CeGetLastError and CeRapiGetError.

Requirements

Header

rapi.h

Library

rapi.lib

See Also

Reference

RAPI Functions