![]() |
![]() |
The dsmQueryAccess function call queries the server for all access authorization rules for either backup versions or archived copies of your objects. A pointer to an array of access rules is passed in to the call, and the completed array is returned. A pointer to the number of rules is passed in to indicate how many rules are in the array.
Syntax
dsInt16_t DSMLINKAGE dsmQueryAccess
(dsUint32_t dsmHandle),
qryRespAccessData **accessListP,
dsUint16_t *numberOfRules) ;
Parameters
| ruleNumber | The ID for the access rule. This identifies the rule for deletion. |
| AccessType | The backup or archive type. |
| Node | The node on which you gave access. |
| Owner | The user to whom you gave access. |
| objName | The high-level, or low-level filespace descriptors. |
Return Codes
There are no return codes that are specific to this call.