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.

25 lines
559 B

  1. LIBRARY RRCM
  2. SECTIONS
  3. EXPORTS
  4. ; only exports that are not defined in the rtp directory
  5. ; CloseRTPSession @1
  6. ; CreateRTPSession @2
  7. ; RTCPSendSessionCtrl @4
  8. ; RTCPThreadCtrl @5
  9. ; RTPRecvFrom @6
  10. ; RTPSendTo @7
  11. ; addApplicationRtcpBfr @8
  12. ; getAnSSRC @9
  13. ; removeApplicationRtcpBfr @10
  14. ; updateRTCPDestinationAddress @11
  15. ; updateSSRCentry @12
  16. RTCPReportRequest @13 ; used by ICA
  17. getRtcpSessionList @14 ; used by ICA
  18. DllCanUnloadNow PRIVATE
  19. DllGetClassObject PRIVATE
  20. DllRegisterServer PRIVATE
  21. DllUnregisterServer PRIVATE
  22.