htmRenderLoginSection - Solution Sites Routine
Commerce Server 2002
This function renders the login section of the menu.asp page.
Definition
Function htmRenderLoginSection( byVal sAuthUser, byVal bFormLoginSupported, byVal mscsUser, byVal sLoginName )
Parameters
- sAuthUser
- A string containing the login name of the authorized user, passed through to the function RenderText.
- bFormLoginSupported
- A Boolean value indicating whether login is supported.
- mscsUser
- A reference to a User object.
- sLoginName
- A string containing the login name of the user, passed through to the function RenderText.
Return Value
A string containing the HTML representation of the login section of the menu.asp page.
Defined in File
Routines Called
Called By
Copyright © 2005 Microsoft Corporation.All rights reserved.
