GetAccessControlEntries method of the MSFT_SmbShare class

Retrieves the access rights that have been granted to the share.

Syntax

uint32 GetAccessControlEntries(
  [out] MSFT_SmbShareAccessControlEntry Output[]
);

Parameters

Output [out]

An array of instances of the MSFT_SmbShareAccessControlEntry class that represent the access control entries for the share.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Smb
MOF
SmbWmiV2.mof
DLL
SmbWmiV2.dll

See also

MSFT_SmbShare