Change_ACL (Windows CE 5.0)
This function changes the list of allowed users for a share.
HRESULT Change_ACL( const WCHAR* pShareName, const WCHAR* pACL, const WCHAR* pROACL);
Parameters
- pShareName
[in] Specifies the name of the share. - pACL
[in] Specifies the list of users who have read/write privileges. - pROACL
[in] Specifies the list of users who have read-only privileges.
Return Values
Returns an HRESULT value.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Smbconfig.h.
Link Library: Smbconfig.lib.
See Also
Send Feedback on this topic to the authors