Share via


SetTabDispArea

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Applies to Windows Embedded CE 6.0 R2 Update KB945975

This function sets the display area for a property page in the main dialog box for Windows Embedded CE Terminal Services Client (CETSC) user interface (UI).

Cetsc.exe calls this function internally. The OEM must always implement this function, regardless of whether the OEM wants to display only the General property page or multiple property pages in CETSC UI.

Syntax

void WINAPI SetTabDispArea(
    RECT *prect
);

Parameters

  • prect
    [in] Pointer to the rectangle that will hold the display area for the property pages. These are also known as tabs. The display area must allow for the placement of the property pages.

Return Value

No return values

Remarks

The OEM must customize this function implementation by using the RECT structure passed in by the caller cetsc.exe. By using this structure, the OEM can set the display area of each property page that the OEM will control.

Requirements

Header oem_settings.h
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

CETSC UI Functions