Searched refs:FSDK_UnSupport_Handler (Results 1 – 4 of 4) sorted by relevance
34 if (info && info->FSDK_UnSupport_Handler) in FPDF_UnSupportError()35 info->FSDK_UnSupport_Handler(info, nError); in FPDF_UnSupportError()
59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType); member
80 info->FSDK_UnSupport_Handler = UnsupportedHandlerTrampoline; in SetUp()
1594 unsupported_info.FSDK_UnSupport_Handler = ExampleUnsupportedHandler; in main()