Location: Symbol Reference > Structs, Records, Enums > TJwProfileInfo Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwProfileInfo Record
Pascal
TJwProfileInfo = record
  Flags: DWORD;
  UserName: TJwString;
  ProfilePath: TJwString;
  DefaultPath: TJwString;
  ServerName: TJwString;
  PolicyPath: TJwString;
  Profile: HANDLE;
end;
Members 
Description 
Flags: DWORD; 
See flags above 
UserName: TJwString; 
User name (required) 
ProfilePath: TJwString; 
Roaming profile path (optional, can be NULL) 
DefaultPath: TJwString; 
Default user profile path (optional, can be NULL) 
ServerName: TJwString; 
Validating domain controller name in netbios format (optional, can be NULL but group NT4 style policy won't be applied) 
PolicyPath: TJwString; 
Path to the NT4 style policy file (optional, can be NULL) 
Profile: HANDLE; 
Filled in by the function. Registry key handle open to the root. 

TJwProfileInfo contains and receives information about a users profile. TJwSecurityToken.LoadUserProfile

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!