WLX_PROFILE_V1_0 結構 (winwlx.h)
[WLX_PROFILE_V1_0 結構已不再可供 Windows Server 2008 和 Windows Vista 使用。
WLX_PROFILE_V1_0 結構包含用來設定初始環境的資訊。
語法
typedef struct _WLX_PROFILE_V1_0 {
DWORD dwType;
PWSTR pszProfile;
} WLX_PROFILE_V1_0, *PWLX_PROFILE_V1_0;
成員
dwType
必須設定為 WLX_PROFILE_TYPE_V1_0。
pszProfile
配置文件路徑的指標 (例如 「%SystemRoot%\system32\config\AprilM001」) 。
pszProfile 所指向的字串必須由 GINA DLL 個別配置。 它會由 Winlogon 解除分配。
備註
WLX_PROFILE_V1_0結構會在驗證之後由 GINA DLL 傳回至 Winlogon。 Winlogon 會使用 pszProfile 所指定的路徑來載入新登入使用者的設定檔。
GINA 使用兩個結構來提供配置檔資訊: WLX_PROFILE_V2_0 和 WLX_PROFILE_V1_0。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
標頭 | winwlx.h |