This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub PutACL ( _
ByVal ResourceID As String, _
ByVal Val As String _
)
[C#]
public void PutACL (
string ResourceID,
string Val
);
[C++]
HRESULT PutACL(
BSTR ResourceID,
BSTR Val
);
[C++] Parameters ResourceID [in]
ResourceID is a parameter of type BSTR Val [in]
Val is a parameter of type BSTR