1 2 3 4 5 6 7
#ifndef __SENDRECV_H__ #define __SENDRECV_H__ int SendMsgSvc(WPARAM wParam, LPARAM lParam); int RecvMsgSvc(WPARAM wParam, LPARAM lParam); #endif // __SENDRECV_H__