Windows2003-3790/termsrv/drivers/rdp/inc/acaafn.h

34 lines
927 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/****************************************************************************/
// acaafn.h
//
// Function prototypes for CA API functions
//
// Copyright (C) 1996-2000 Microsoft Corporation
/****************************************************************************/
void RDPCALL CA_Init(void);
void RDPCALL SHCLASS CA_ReceivedPacket(PTS_CONTROL_PDU, unsigned,
LOCALPERSONID);
BOOL RDPCALL CA_PartyJoiningShare(LOCALPERSONID, unsigned);
void RDPCALL CA_PartyLeftShare(LOCALPERSONID, unsigned);
void RDPCALL CA_SyncNow(void);
BOOL RDPCALL CASendMsg(UINT16, UINT16, UINT32);
BOOL RDPCALL CAFlushAndSendMsg(UINT16, UINT16, UINT32);
void RDPCALL CAEvent(unsigned, UINT32);
/****************************************************************************/
// CA_Term
/****************************************************************************/
void RDPCALL SHCLASS CA_Term()
{
}