Several HsvSecurityAccess methods take or return values that identify users’ access rights. These access rights are represented by the constants listed in the following table.
Table 68. Access Rights Constants
Rights level | Enumerated |
---|
None | HFM_ACCESS_RIGHTS_NONE |
Promote | HFM_ACCESS_RIGHTS_READANDPROMOTE |
Read | HFM_ACCESS_RIGHTS_READONLY |
All | HFM_ACCESS_RIGHTS_ALL |
Metadata | HFM_ACCESS_RIGHTS_VIEW |
Caution! | A constant named HFM_ACCESS_RIGHTS_UNSPECIFIED is also visible in Visual Basic’s Object Browser. However, this constant is only for internal use; if you attempt to use it, an error will occur. |