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.

36 lines
1.2 KiB

  1. /*******************************************************************************
  2. * Copyright (C) 1997 Gemplus International All Rights Reserved
  3. *
  4. * Name : GPKGUI.C
  5. *
  6. * Description : GUI used by Cryptographic Service Provider for GPK Card.
  7. *
  8. * Author : Laurent CASSIER
  9. *
  10. * Compiler : Microsoft Visual C 6.0
  11. *
  12. * Host : IBM PC and compatible machines under Windows 32 bit
  13. *
  14. * Release : 2.00.000
  15. *
  16. * Last Modif. : 20/04/99 V2.00.000 - Merged versions of PKCS#11 and CSP, FJ
  17. * 20/04/99: V1.00.005 - Modification on supporting MBCS, JQ
  18. * 23/03/99: V1.00.004 - Replace KeyLen7 and KeyLen8 with KeyLen[], JQ
  19. * 05/01/98: V1.00.003 - Add Unblock PIN management.
  20. * 02/11/97: V1.00.002 - Separate code from GpkCsp Code.
  21. * 27/08/97: V1.00.001 - Begin implementation based on CSP kit.
  22. *
  23. ********************************************************************************
  24. *
  25. * Warning : This Version use the RsaBase CSP for software cryptography.
  26. *
  27. * Remark :
  28. *
  29. *******************************************************************************/
  30. #include <windows.h>
  31. int WINAPI DllMain (HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved)
  32. {
  33. return TRUE ;
  34. }