EMS.ResourceAPI.TEMSEndpointAuthorization.FindACL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindACL(const AName: string; out AACL: TACL): Boolean; virtual; abstract;

C++

virtual bool __fastcall FindACL(const System::UnicodeString AName, /* out */ TACL* &AACL) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEMSEndpointAuthorization

Description

Tries to fill AACL with the access control list from the RAD Server Engine (EMS Server) for an endpoint with the specified full name or a resource with the specified name and returns True on success or False otherwise.

See Also