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.

27 lines
626 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) SCM Microsystems, 1998 - 1999
  6. //
  7. // File: t0hndlr.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #if !defined( __T0_HANDLER_H__ )
  11. #define __T0_HANDLER_H__
  12. NTSTATUS
  13. T0_ExchangeData(
  14. PREADER_EXTENSION ReaderExtension,
  15. PUCHAR pRequest,
  16. ULONG RequestLen,
  17. PUCHAR pReply,
  18. PULONG pReplyLen
  19. );
  20. #endif // !__T0_HANDLER_H__
  21. //---------------------------------------- END OF FILE ----------------------------------------