|
JWSCL Documentation
|
class procedure Free_SAEx(var SA: TSecurityAttributes);
|
Parameters |
Description |
|
var SA: TSecurityAttributes |
[in,out] SA receives the security attribute to be freed. Its members are set to nil after an successfull deallocation. |
Free_SAEx frees a security attribute created by Create_SAEx.
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!
|