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.

33 lines
927 B

  1. /****************************************************************************/
  2. // acaafn.h
  3. //
  4. // Function prototypes for CA API functions
  5. //
  6. // Copyright (C) 1996-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. void RDPCALL CA_Init(void);
  9. void RDPCALL SHCLASS CA_ReceivedPacket(PTS_CONTROL_PDU, unsigned,
  10. LOCALPERSONID);
  11. BOOL RDPCALL CA_PartyJoiningShare(LOCALPERSONID, unsigned);
  12. void RDPCALL CA_PartyLeftShare(LOCALPERSONID, unsigned);
  13. void RDPCALL CA_SyncNow(void);
  14. BOOL RDPCALL CASendMsg(UINT16, UINT16, UINT32);
  15. BOOL RDPCALL CAFlushAndSendMsg(UINT16, UINT16, UINT32);
  16. void RDPCALL CAEvent(unsigned, UINT32);
  17. /****************************************************************************/
  18. // CA_Term
  19. /****************************************************************************/
  20. void RDPCALL SHCLASS CA_Term()
  21. {
  22. }