PrepareLoginSection - Solution Sites Routine

This sub prepares for the call to the function htmRenderLoginSection by initializing the values of the passed parameters.

This function gets the current user profile and sets the sLoginName parameter to the current user name.

Definition

Sub PrepareLoginSection(
  byRef sAuthUser,
  byRef bFormLoginSupported,
  byRef mscsUser,
  byRef sLoginName)

Defined in File

template\menu.asp

Routines Called

EnsureUserProfile

GetQualifiedName

Called By

htmRenderMenu

Remarks

This sub is called to prepare for the creation of the login section of the menu area.

The mscsUser and sLoginName parameters are not initialized in all cases.

Copyright © 2005 Microsoft Corporation.
All rights reserved.