Location: Symbol Reference > Classes > TJwSecurityDescriptor Class > TJwSecurityDescriptor Methods > TJwSecurityDescriptor.Free_SA Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwSecurityDescriptor.Free_SA Method
Pascal
class procedure Free_SA(var SA: PSecurityAttributes);
Parameters 
Description 
var SA: PSecurityAttributes 
[in,out] SA receives the security attribute to be freed. It is set to nil after an successfull deallocation. 

Free_SA frees a security attribute created by Create_SA

This method uses FreeMem, so do not use this function with security attributes structure that was created using LocalAlloc, GlobalAlloc or other incompatible functions. 

 

Exceptions 
Description 
The exception EJwsclSecurityException is raised if the internal nLength component is not the sizeof TSecurityAttributes. 
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!