This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Function GetACL ( _ ByVal ResourceID As String, _ ByRef pUpdateID As String _ ) As String
[C#] public string GetACL ( string ResourceID, ref string pUpdateID );
[C++]
HRESULT GetACL(
BSTR ResourceID,
System.String* pUpdateID
);
[C++]
Parameters ResourceID [in]
ResourceID is a parameter of type BSTR pUpdateID [out]
pUpdateID is a parameter of type BSTR*