Searched refs:msg_ptr (Results 1 – 1 of 1) sorted by relevance
167 EVENTMSG* msg_ptr = NULL; in RecordWndProc() local193 msg_ptr = reinterpret_cast<EVENTMSG*>(lParam); in RecordWndProc()194 msg_ptr->time = timeGetTime(); in RecordWndProc()195 fwrite(msg_ptr, sizeof(EVENTMSG), 1, file_); in RecordWndProc()