Location: Symbol Reference > Classes > TJwSecurityId Class > TJwSecurityId Methods > TJwSecurityId.Create_PSID_AND_ATTRIBUTES Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecurityId.Create_PSID_AND_ATTRIBUTES Method
Pascal
function Create_PSID_AND_ATTRIBUTES(attributes: Cardinal = 0): PSID_AND_ATTRIBUTES; virtual;
Parameters 
Description 
attributes: Cardinal = 0 
contains a value for the attribute componente of the SID and Attributes structure. 

Create_PSID_AND_ATTRIBUTES allocates memory for a SID and Attributes structure. The SID instance will be copied into a new SID structure that is attached to the returned structure in its SID value. The new created structure must be freed by Free_PSID_AND_ATTRIBUTES

Currently two memory blocks will be allocated and initialized:

  1. PSID_AND_ATTRIBUTES
  2. PSID
 

 

Exceptions 
Description 
will be raised if not enough memory is available 
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!