windows-nt/Source/XPSP1/NT/public/internal/termsrv/inc/cdtapi.h
2020-09-26 16:20:57 +08:00

25 lines
703 B
C

/*************************************************************************
*
* cdtapi.h
*
* Contains structures and declarations for the TAPI-based Connection Driver
*
* Copyright Microsoft Corporation, 1998
*
*
***************************************************************************/
#ifndef sdkinc_cdtapi_h
#define sdkinc_cdtapi_h
/*
* TAPI Create Endpoint Structure
*/
typedef struct _ICA_STACK_TAPI_ENDPOINT {
HANDLE hDevice; // Comm port device handle
HANDLE hDiscEvent; // Disconnect event handle
ULONG fCallback : 1; // Set if the ENDPOINT created due to callback
} ICA_STACK_TAPI_ENDPOINT, *PICA_STACK_TAPI_ENDPOINT;
#endif // sdkinc_cdtapi_h