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.

24 lines
727 B

  1. /*************************************************************************
  2. *
  3. * cdtapi.h
  4. *
  5. * Contains structures and declarations for the TAPI-based Connection Driver
  6. *
  7. * Copyright Microsoft Corporation, 1998
  8. *
  9. *
  10. ***************************************************************************/
  11. #ifndef sdkinc_cdtapi_h
  12. #define sdkinc_cdtapi_h
  13. /*
  14. * TAPI Create Endpoint Structure
  15. */
  16. typedef struct _ICA_STACK_TAPI_ENDPOINT {
  17. HANDLE hDevice; // Comm port device handle
  18. HANDLE hDiscEvent; // Disconnect event handle
  19. ULONG fCallback : 1; // Set if the ENDPOINT created due to callback
  20. } ICA_STACK_TAPI_ENDPOINT, *PICA_STACK_TAPI_ENDPOINT;
  21. #endif // sdkinc_cdtapi_h