Share via


RDP_TAB_INFO (Windows Embedded CE 6.0)

1/6/2010

Applies to Windows Embedded CE 6.0 R2Update KB945975

This structure contains information about a property page in Windows Embedded CE Terminal Services Client (CETSC).

Syntax

typedef struct {
  TCHAR   szTabName[MAX_PATH];
  DLGPROC pDlgProc;
  UINT    uTemplateId;
} RDP_TAB_INFO, *PRDP_TAB_INFO;

Members

  • szTabName
    Indicates the label for the tab for the property page in CETSC UI.
  • pDlgProc
    Indicates the name of the dialog routine for the property page.
  • uTemplateId
    Indicates the resource ID for the property page. The resource ID can be located in the .rc file.

Remarks

This structure is passed into the GetAuxTabInfo function.

Requirements

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

See Also

Reference

CETSC UI Structures

Other Resources

CETSC UI Reference