home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / security / certsvr / exit / certexit.rc < prev    next >
Text File  |  1997-01-21  |  1KB  |  61 lines

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "resource.h"
  4.  
  5. #define VER_FILETYPE                VFT_APP
  6. #define VER_FILESUBTYPE             VFT2_UNKNOWN
  7. #define VER_FILEDESCRIPTION_STR     "Certificate Server Exit Module"
  8.  
  9. #define VER_INTERNALNAME_STR        "CertExit"
  10. #define VER_ORIGINALFILENAME_STR    VER_INTERNALNAME_STR
  11.  
  12.  
  13. #ifdef APSTUDIO_INVOKED
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // TEXTINCLUDE
  17. //
  18.  
  19. 1 TEXTINCLUDE DISCARDABLE 
  20. BEGIN
  21.     "resource.h\0"
  22. END
  23.  
  24. 2 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "#include ""winnt.h""\r\n"
  27.     "\0"
  28. END
  29.  
  30. 3 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "1 TYPELIB ""certexit.tlb""\r\n"
  33.     "\0"
  34. END
  35.  
  36. #endif    // APSTUDIO_INVOKED
  37.  
  38.  
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // String Table
  42. //
  43.  
  44. STRINGTABLE DISCARDABLE 
  45. BEGIN
  46.     IDS_CERTEXIT_DESC            "CertExit Class"
  47. END
  48.  
  49.  
  50. #ifndef APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Generated from the TEXTINCLUDE 3 resource.
  54. //
  55. 1 TYPELIB "certexit.tlb"
  56.  
  57. /////////////////////////////////////////////////////////////////////////////
  58. #endif    // not APSTUDIO_INVOKED
  59.  
  60. #include <common.ver>
  61.