1# RawFileDescriptor 2 3## Overview 4 5Defines the file descriptor of a rawfile. **RawFileDescriptor** is an output parameter of [OH_ResourceManager_GetRawFileDescriptor](capi-raw-file-h.md#oh_resourcemanager_getrawfiledescriptor). It contains the file descriptor of a rawfile and the start position and length of the rawfile in the HAP. 6 7**Since**: 8 8 9**Related module**: [rawfile](capi-rawfile.md) 10 11**Header file**: [raw_file.h](capi-raw-file-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| int fd | File descriptor of the rawfile, in int.| 20| long start | Start position of the rawfile in the HAP, in long.| 21| long length | Length of the rawfile in the HAP, in long.| 22