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.

40 lines
698 B

  1. ;/*++
  2. ;
  3. ; Copyright (C) Microsoft Corporation, 1996 - 1999
  4. ;
  5. ; Module Name:
  6. ;
  7. ; SCardDlg
  8. ;
  9. ; Abstract:
  10. ;
  11. ; This module defines the properties of the DLL.
  12. ;
  13. ; Examples of a DLL's properties include:
  14. ; exports, imports, etc.
  15. ;
  16. ; Author:
  17. ;
  18. ; Chris Dudley 2/27/1997
  19. ;
  20. ; Environment:
  21. ;
  22. ; Win32
  23. ;
  24. ; Revision History:
  25. ;
  26. ;
  27. ;
  28. ;--*/
  29. LIBRARY "SCARDDLG"
  30. EXPORTS
  31. ; EntryName [=InternalName] [@Ordinal] [NONAME] [CONSTANT]
  32. GetOpenCardNameA @1
  33. GetOpenCardNameW @2
  34. SCardDlgExtendedError @3
  35. SCardUIDlgSelectCardA @4
  36. SCardUIDlgSelectCardW @5
  37. SCardUIDlgGetPINA @6
  38. SCardUIDlgChangePINA @7