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

/****************************************************************************/
// 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