ptrszint FUNC_CAPVIDEOCALLBACK(ptrszint*_FUNC_CAPVIDEOCALLBACK_OFFSET_HWND,ptrszint*_FUNC_CAPVIDEOCALLBACK_OFFSET_LPVHDR); extern "C"{ __declspec(dllexport) ptrszint CapVideoCallback(ptrszint hwnd, ptrszint lpvhdr){ //std::cout << sizeof(VIDEOHDR) << std::endl; return FUNC_CAPVIDEOCALLBACK(&hwnd, &lpvhdr); } }