Searched refs:PFN_CALLBACK_FUNC (Results 1 – 3 of 3) sorted by relevance
41 typedef void(SWR_API *PFN_CALLBACK_FUNC)(uint64_t data, uint64_t data2, uint64_t data3); typedef260 PFN_CALLBACK_FUNC pfnFunc,
124 PFN_CALLBACK_FUNC pfnCallbackFunc;
440 void SwrSync(HANDLE hContext, PFN_CALLBACK_FUNC pfnFunc, uint64_t userData, uint64_t userData2, uin… in SwrSync()