1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef _PINGTHREAD_H #define _PINGTHREAD_H int FillList(WPARAM wParam, LPARAM lParam); int RefreshWindow(WPARAM wParam, LPARAM lParam); void UpdateFrame(); void AttachToClist(bool attach); void InitList(); void DeinitList(); #endif