Location: Symbol Reference > Structs, Records, Enums > TJwProcessOutputInformation Record
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwProcessOutputInformation Record
Pascal
TJwProcessOutputInformation = record
  UserToken: TJwSecurityToken;
  ProcessInfo: TProcessInformation;
  EnvBlock: Pointer;
  ProfileInfo: TJwProfileInfo;
end;
Members 
Description 
UserToken: TJwSecurityToken; 
UserToken contains the token from the given Session ID. Free the token if it is no more necessary. 
ProcessInfo: TProcessInformation; 
ProcessInfo receives information about the started process. 
EnvBlock: Pointer; 
EnvBlock receives an environment block used the new process. Call DestroyEnvironmentBlock to free its memory. 
ProfileInfo: TJwProfileInfo; 
ProfileInfo contains the users profile. You must call TJwSecurityToken.UnLoadUserProfile to unload this profile after the process has ended. 

TJwProcessOutputInformation contains information about result from JwCreateProcessInSession.

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!