Share via


Change_ACL (Windows Embedded CE 6.0)

1/6/2010

This function changes the list of allowed users for a share.

Syntax

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 Value

Returns an HRESULT value.

Requirements

Header smbconfig.h
Library Smbconfig.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

File Server Functions
File Server Reference