FileShare_PolicyInfo
Overview
Represents the permission policy information.
Since: 12
Related module: FileShare
Header file: oh_file_share.h
Summary
Member Variables
| Name | Description |
|---|---|
| char * uri | Pointer to the URI, on which the permission is to be granted or activated. |
| unsigned int length | Length of the URI, in bytes. |
| unsigned int operationMode | URI operation mode. |
Member Variable Description
length
unsigned int FileShare_PolicyInfo::length
Description
Length of the URI, in bytes.
operationMode
unsigned int FileShare_PolicyInfo::operationMode
Description
URI operation mode.
Example:
FileShare_OperationMode.READ_MODE
FileShare_OperationMode.WRITE_MODE
FileShare_OperationMode.READ_MODE|FileShare_OperationMode.WRITE_MODE
uri
char* FileShare_PolicyInfo::uri
Description
Pointer to the URI, on which the permission is to be granted or activated.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙FileShare_PolicyErrorResult
harmony 鸿蒙File Management Error Codes
harmony 鸿蒙@ohos.application.BackupExtensionAbility (BackupExtensionAbility)