Searched refs:UNSUPPORT_INFO (Results 1 – 5 of 5) sorted by relevance
55 } UNSUPPORT_INFO; typedef66 DLLEXPORT FPDF_BOOL STDCALL FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info);
15 CFSDK_UnsupportInfo_Adapter(UNSUPPORT_INFO* unsp_info){ m_unsp_info = unsp_info;} in CFSDK_UnsupportInfo_Adapter()20 UNSUPPORT_INFO* m_unsp_info;47 DLLEXPORT FPDF_BOOL STDCALL FSDK_SetUnSpObjProcessHandler(UNSUPPORT_INFO* unsp_info) in FSDK_SetUnSpObjProcessHandler()
23 public UNSUPPORT_INFO,98 static void UnsupportedHandlerTrampoline(UNSUPPORT_INFO*, int type);
164 UNSUPPORT_INFO* info = static_cast<UNSUPPORT_INFO*>(this); in SetUp()165 memset(info, 0, sizeof(UNSUPPORT_INFO)); in SetUp()279 void EmbedderTest::UnsupportedHandlerTrampoline(UNSUPPORT_INFO* info, in UnsupportedHandlerTrampoline()
285 void ExampleUnsupportedHandler(UNSUPPORT_INFO*, int type) { in ExampleUnsupportedHandler() argument604 UNSUPPORT_INFO unsuppored_info; in main()