Pepper_47_C_interfaces
|
#include <ppb_file_ref_private.h>
Public Attributes | |
struct PP_Var(* | GetAbsolutePath )(PP_Resource file_ref) |
Definition at line 30 of file ppb_file_ref_private.h.
struct PP_Var(* PPB_FileRefPrivate_0_1::GetAbsolutePath)(PP_Resource file_ref) |
GetAbsolutePath() returns the absolute path of the file.
[in] | file_ref | A PP_Resource corresponding to a file reference. |
PP_Var
containing the absolute path of the file. Definition at line 39 of file ppb_file_ref_private.h.