Leaked source code of windows server 2003
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.

14 lines
328 B

  1. #ifndef __h323ics_q931io_h
  2. #define __h323ics_q931io_h
  3. // this module DOES make use of the global sync counter (PxSyncCounter)
  4. // declared in main.h
  5. HRESULT H323ProxyStart (void);
  6. void H323ProxyStop (void);
  7. HRESULT H323Activate (void);
  8. void H323Deactivate (void);
  9. #endif // __h323ics_q931io_h