Home |
Function SMB3SAccessRights |
Function SMB3SAccessRightsThis function defines access rights for a particular user and share. void SMB3SAccessRights(int UserId, int ShareId, int Access); ParametersUserIdA UserId returned by a previous call to SMB3SAddUser. ShareIdA ShareId returned by a previous call to SMB3SAddShare. AccessThe access right this users has for this shares. Supported values are SMB3S_USER_READ_WRITE, SMB3S_USER_READ_ONLY, SMB3S_USER_QUERY_ONLY, SMB3S_USER_NO_ACCESS. The SMB3 server supports up to 64 access right rules which define rights other that the DefaultAccess defined by SMB3SAddUser.
|