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.

35 lines
1.0 KiB

  1. /****************************************************************************/
  2. // aoeafn.h
  3. //
  4. // Function prototypes for OE API functions
  5. //
  6. // COPYRIGHT (c) Microsoft 1996-1999
  7. /****************************************************************************/
  8. void RDPCALL OE_Init(void);
  9. void RDPCALL OE_PartyLeftShare(LOCALPERSONID localID,
  10. unsigned newShareSize);
  11. BOOL RDPCALL OE_PartyJoiningShare(LOCALPERSONID localID,
  12. unsigned oldShareSize);
  13. void RDPCALL OE_UpdateShm(void);
  14. BOOL RDPCALL OEDetermineOrderSupport(void);
  15. void RDPCALL OEEnumOrdersCaps(LOCALPERSONID, UINT_PTR, PTS_CAPABILITYHEADER);
  16. #ifdef __cplusplus
  17. /****************************************************************************/
  18. /* OE_Term */
  19. /****************************************************************************/
  20. void RDPCALL OE_Term(void)
  21. {
  22. }
  23. #endif // __cplusplus