Pepper_47_C_interfaces
Public Attributes | List of all members
PPB_FileIO_Private_0_1 Struct Reference

#include <ppb_file_io_private.h>

Collaboration diagram for PPB_FileIO_Private_0_1:
Collaboration graph

Public Attributes

int32_t(* RequestOSFileHandle )(PP_Resource file_io, PP_FileHandle *handle, struct PP_CompletionCallback callback)
 

Detailed Description

Definition at line 31 of file ppb_file_io_private.h.

Member Data Documentation

int32_t(* PPB_FileIO_Private_0_1::RequestOSFileHandle)(PP_Resource file_io, PP_FileHandle *handle, struct PP_CompletionCallback callback)

Returns a file handle corresponding to the given FileIO object. The FileIO object must have been opened with a successful call to FileIO::Open. The caller gets the ownership of the returned file handle and must close it.

Definition at line 38 of file ppb_file_io_private.h.


The documentation for this struct was generated from the following file: