WLX_TERMINAL_SERVICES_DATA structure (winwlx.h)

[The WLX_TERMINAL_SERVICES_DATA structure is no longer available for use as of Windows Server 2008 and Windows Vista.]

The WLX_TERMINAL_SERVICES_DATA structure is used to provide GINA with Terminal Services user configuration information.

The structure is populated by the WlxQueryTerminalServicesData function.

Syntax

typedef struct _WLX_TERMINAL_SERVICES_DATA {
  WCHAR ProfilePath[WLX_DIRECTORY_LENGTH + 1];
  WCHAR HomeDir[WLX_DIRECTORY_LENGTH + 1];
  WCHAR HomeDirDrive[4];
} WLX_TERMINAL_SERVICES_DATA, *PWLX_TERMINAL_SERVICES_DATA;

Members

ProfilePath[WLX_DIRECTORY_LENGTH + 1]

Terminal Services profile path, overrides the standard profile path.

HomeDir[WLX_DIRECTORY_LENGTH + 1]

Terminal Services home directory, overrides standard home directory.

HomeDirDrive[4]

Terminal Services home directory drive, overrides the standard drive.

Remarks

The Terminal Services user configuration information is received from the Domain Controller and SAM database.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header winwlx.h

See also

WlxQueryTerminalServicesData