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.

42 lines
1.2 KiB

  1. /****************************************************************************/
  2. // assiafn.h
  3. //
  4. // Function prototypes for SSI API functions
  5. //
  6. // COPYRIGHT (c) Microsoft 1996-1999
  7. /****************************************************************************/
  8. void RDPCALL SSI_Init(void);
  9. BOOL RDPCALL SSI_PartyJoiningShare(LOCALPERSONID, unsigned);
  10. void RDPCALL SSI_PartyLeftShare(LOCALPERSONID, unsigned);
  11. void RDPCALL SSI_SyncUpdatesNow(void);
  12. void RDPCALL SSI_UpdateShm(void);
  13. void RDPCALL SSIRedetermineSaveBitmapSize(void);
  14. void RDPCALL SSIEnumBitmapCacheCaps(LOCALPERSONID, UINT_PTR,
  15. PTS_CAPABILITYHEADER);
  16. void RDPCALL SSIResetInterceptor(void);
  17. void RDPCALL SSICapabilitiesChanged(void);
  18. #ifdef __cplusplus
  19. /****************************************************************************/
  20. /* SSI_Term() */
  21. /* */
  22. /* SSI termination function. */
  23. /****************************************************************************/
  24. void RDPCALL SSI_Term(void)
  25. {
  26. }
  27. #endif