home *** CD-ROM | disk | FTP | other *** search
- #include <windows.h>
- #include <ntverp.h>
- #include "resource.h"
-
- #define VER_FILETYPE VFT_APP
- #define VER_FILESUBTYPE VFT2_UNKNOWN
- #define VER_FILEDESCRIPTION_STR "Certificate Server Exit Module"
-
- #define VER_INTERNALNAME_STR "CertExit"
- #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
-
-
- #ifdef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // TEXTINCLUDE
- //
-
- 1 TEXTINCLUDE DISCARDABLE
- BEGIN
- "resource.h\0"
- END
-
- 2 TEXTINCLUDE DISCARDABLE
- BEGIN
- "#include ""winnt.h""\r\n"
- "\0"
- END
-
- 3 TEXTINCLUDE DISCARDABLE
- BEGIN
- "1 TYPELIB ""certexit.tlb""\r\n"
- "\0"
- END
-
- #endif // APSTUDIO_INVOKED
-
-
- /////////////////////////////////////////////////////////////////////////////
- //
- // String Table
- //
-
- STRINGTABLE DISCARDABLE
- BEGIN
- IDS_CERTEXIT_DESC "CertExit Class"
- END
-
-
- #ifndef APSTUDIO_INVOKED
- /////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
- 1 TYPELIB "certexit.tlb"
-
- /////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
-
- #include <common.ver>
-