Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
314 B

#ifndef __h323ics_q931io_h
#define __h323ics_q931io_h
// this module DOES make use of the global sync counter (PxSyncCounter)
// declared in main.h
HRESULT H323ProxyStart (void);
void H323ProxyStop (void);
HRESULT H323Activate (void);
void H323Deactivate (void);
#endif // __h323ics_q931io_h