Share via


SetTabDispArea (Compact 7)

3/12/2014

This function sets the display area for a property page in the main dialog box for Windows Embedded Compact 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.

See Also

Reference

CETSC UI Functions