Windows2003-3790/termsrv/drivers/rdp/inc/aoeafn.h
2020-09-30 16:53:55 +02:00

36 lines
1.0 KiB
C

/****************************************************************************/
// aoeafn.h
//
// Function prototypes for OE API functions
//
// COPYRIGHT (c) Microsoft 1996-1999
/****************************************************************************/
void RDPCALL OE_Init(void);
void RDPCALL OE_PartyLeftShare(LOCALPERSONID localID,
unsigned newShareSize);
BOOL RDPCALL OE_PartyJoiningShare(LOCALPERSONID localID,
unsigned oldShareSize);
void RDPCALL OE_UpdateShm(void);
BOOL RDPCALL OEDetermineOrderSupport(void);
void RDPCALL OEEnumOrdersCaps(LOCALPERSONID, UINT_PTR, PTS_CAPABILITYHEADER);
#ifdef __cplusplus
/****************************************************************************/
/* OE_Term */
/****************************************************************************/
void RDPCALL OE_Term(void)
{
}
#endif // __cplusplus