RDP_TAB_INFO (Compact 7)
3/12/2014
This structure contains information about a property page in Windows Embedded Compact 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.