{{+bindTo:partials.standard_nacl_article}}

pp_file_info.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for pp_file_info.h:

Data Structures

struct  PP_FileInfo
 The PP_FileInfo struct represents all information about a file, such as size, type, and creation time. More...

Enumerations

enum  PP_FileType { PP_FILETYPE_REGULAR = 0, PP_FILETYPE_DIRECTORY = 1, PP_FILETYPE_OTHER = 2 }
enum  PP_FileSystemType {
  PP_FILESYSTEMTYPE_INVALID = 0, PP_FILESYSTEMTYPE_EXTERNAL = 1, PP_FILESYSTEMTYPE_LOCALPERSISTENT = 2, PP_FILESYSTEMTYPE_LOCALTEMPORARY = 3,
  PP_FILESYSTEMTYPE_ISOLATED = 4
}

Variables

 PP_FileType
 PP_FileSystemType
 PP_FileInfo

Detailed Description

This file defines three enumerations for use in the PPAPI C file IO APIs.

{{/partials.standard_nacl_article}}