windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/msconfft/plugable.h

20 lines
313 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#if defined(TEST_PLUGABLE) && defined(_DEBUG)
#ifndef _FT_PLUGABLE_H_
#define _FT_PLUGABLE_H_
#define WM_PLUGABLE_SOCKET (WM_APP + 0x601)
void OnPluggableBegin(HWND hwnd);
void OnPluggableEnd(void);
LRESULT OnPluggableSocket(HWND, WPARAM, LPARAM);
#endif // _FT_PLUGABLE_H_
#endif // TEST_PLUGABLE