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.

22 lines
676 B

  1. /****************************************************************************/
  2. // ausrafn.h
  3. //
  4. // Function prototypes for USR API functions
  5. //
  6. // Copyright (C) 1996-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. void RDPCALL USR_Init(void);
  9. void RDPCALL USR_Term(void);
  10. BOOL RDPCALL USR_PartyJoiningShare(LOCALPERSONID, unsigned);
  11. void RDPCALL USR_PartyLeftShare(LOCALPERSONID, unsigned);
  12. BOOL RDPCALL USRDetermineCaps(void);
  13. void CALLBACK USREnumBitmapCaps(LOCALPERSONID, UINT_PTR, PTS_CAPABILITYHEADER);
  14. void RDPCALL USR_ProcessRemoteFonts(PTS_FONT_LIST_PDU, unsigned, LOCALPERSONID);