Home | History | Annotate | Download | only in include

Lines Matching refs:filePath

115 	*			filePath	-	The string buffer to receive the file path. Can be NULL.

118 * Number of bytes the filePath consumes, including trailing zeros.
120 * The filePath should be always input in local encoding.
126 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, void* filePath, int length);
216 * filePath - Pointer to the data buffer to receive the file path.Can be NULL.
219 * Number of bytes the filePath consumes, including trailing zeros.
221 * The filePath shoule be always input in local encoding.
223 int (*Field_browse)(struct _IPDF_JsPlatform* pThis,void* filePath, int length);