예제 #1
0
파일: glue.cpp 프로젝트: Chaduke/bah.mod
QWORD CALLBACK bmx_bass_fileLenProc(void *user) {
	QWORD len;
	CB_PREF(bah_bass_TBassStream__fileLenProc)(user, &len);
	return len;
}
예제 #2
0
파일: glue.cpp 프로젝트: thor20123/wxmax
void MaxProcess::OnTerminate(int pid, int status) {
	CB_PREF(wx_wxprocess_wxProcess__OnTerminate)(maxHandle, pid, status);
}