harmony 鸿蒙FileShare_PolicyInfo
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)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦