Gets the entire list of access rights and/or the owner and group for the specified object.
HRESULT GetAllAccessRights(
  LPWSTR lpProperty,  //Name of the property
  PACTRL_ACCESSW  * ppAccessList,
                      //Address of output variable that receives a 
                      // pointer to the ACTRL_ACCESSW structure
  PTRUSTEEW * ppOwner, //Address of output variable that receives a 
                      // pointer to the owner's TRUSTEEW structure
  PTRUSTEEW * ppGroup  //Address of output variable that receives a 
                      // pointer to the group's TRUSTEEW structure
);
 The ACTRL_ACCESSW structure is described in IAccessControl::GrantAccessRights.
  Windows NT: Use version 4.0 or later.
  Windows: Available as a Windows 95 redistributable.
  Windows CE: Unsupported.
  Header: Declared in oleext.h.
IAccessControl::GrantAccessRights, IAccessControl::SetAccessRights