Lines Matching full:handle
20 // page - Handle to the page. Returned by FPDF_LoadPage function (in FPDFVIEW module).
22 // A handle to the text page information structure.
32 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
41 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
55 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
67 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
78 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
95 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
111 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
126 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
142 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
157 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
184 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
189 // A handle for the search context. FPDFText_FindClose must be called to release this handle.
197 // handle - A search context handle returned by FPDFText_FindStart.
201 DLLEXPORT FPDF_BOOL STDCALL FPDFText_FindNext(FPDF_SCHHANDLE handle);
206 // handle - A search context handle returned by FPDFText_FindStart.
210 DLLEXPORT FPDF_BOOL STDCALL FPDFText_FindPrev(FPDF_SCHHANDLE handle);
215 // handle - A search context handle returned by FPDFText_FindStart.
219 DLLEXPORT int STDCALL FPDFText_GetSchResultIndex(FPDF_SCHHANDLE handle);
224 // handle - A search context handle returned by FPDFText_FindStart.
228 DLLEXPORT int STDCALL FPDFText_GetSchCount(FPDF_SCHHANDLE handle);
233 // handle - A search context handle returned by FPDFText_FindStart.
237 DLLEXPORT void STDCALL FPDFText_FindClose(FPDF_SCHHANDLE handle);
242 // text_page - Handle to a text page information structure. Returned by FPDFText_LoadPage function.
244 // A handle to the page's links information structure.
261 // link_page - Handle returned by FPDFLink_LoadWebLinks.
270 // link_page - Handle returned by FPDFLink_LoadWebLinks.
283 // link_page - Handle returned by FPDFLink_LoadWebLinks.
293 // link_page - Handle returned by FPDFLink_LoadWebLinks.
309 // link_page - Handle returned by FPDFLink_LoadWebLinks.