Location: Symbol Reference > Structs, Records, Enums > TJwProfileMember Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwProfileMember Enumeration
Pascal
TJwProfileMember = (
  pmFlags,
  pmUserName,
  pmProfilePath,
  pmDefaultPath,
  pmServerName,
  pmPolicyPath
);
Members 
Description 
pmFlags 
If this enum constant is set, the flags parameter for WinAPI function LoadUserProfile will just contain PI_NOUI. Otherwise the flags from ProfileInfo.Flags will be used. 
pmUserName 
If this enum constant is set the username from the current username of the token instance is used to initialize call the profile. Otherwise the ProfileInfo.UserName member is used. 
pmProfilePath 
If this enum constant is set the roaming user's profile path is detected and used. Otherwise the ProfileInfo.ProfilePath member is used. 
pmDefaultPath 
If this enum constant is set the member ProfileInfo.DefaultPath is ignored. 
pmServerName 
If this enum constant is set the member ProfileInfo.ServerName is ignored. 
pmPolicyPath 
If this enum constant is set the member ProfileInfo.PolicyPath is ignored. 

TJwProfileMember is used by TJwSecurityToken.LoadUserProfile and influences the behavior of the functions. Please retrieve their meaning from the LoadUserProfile MSDN page or TJwProfileInfo

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!