NetAccessSetInfo function (lmaccess.h)
[This function is obsolete. For a list of alternate functions, see Authorization Functions.]
Not supported.
The NetAccessSetInfo function changes the access control list (ACL) for a resource.
NET_API_STATUS NET_API_FUNCTION NetAccessSetInfo(
LPCWSTR servername,
LPCWSTR resource,
DWORD level,
LPBYTE buf,
LPDWORD parm_err
);
servername
Pointer to a string that specifies the DNS or NetBIOS name of the remote server on which the function is to execute. If this parameter is NULL, the local computer is used.
resource
Pointer to a string that contains the name of the network resource to modify.
level
Specifies the information level of the data. This parameter can be the following value.
buf
Pointer to the buffer that contains the access information structure. The format of this data depends on the value of the sLevel parameter.
parm_err
TBD
If the function succeeds, the return value is NERR_Success.
If the function fails, the return value is a system error code. For a list of error codes, see System Error Codes.
This function requires Admin privilege to successfully execute on a computer that has local security enabled.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | lmaccess.h (include Lm.h, Lmaccess.h) |
Library | Netapi32.lib |
DLL | Netapi32.dll |