home *** CD-ROM | disk | FTP | other *** search
/ Windows Graphics Programming / Feng_Yuan_Win32_GDI_DirectX.iso / Samples / Chapt_02 / SysCall / SysCall.rc < prev   
Encoding:
Text File  |  2000-05-17  |  2.6 KB  |  106 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Menu
  27. //
  28.  
  29. IDR_MAIN MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "&File"
  32.     BEGIN
  33.         MENUITEM "E&xit",                       ID_EXIT
  34.     END
  35.     POPUP "&View"
  36.     BEGIN
  37.         POPUP "System Calls"
  38.         BEGIN
  39.             MENUITEM "User32.dll system calls",     ID_USER_SYSCALL
  40.             MENUITEM "Ntdll.dll system calls",      ID_NTDLL_SYSCALL
  41.             MENUITEM "Gdi32.dll system calls",      ID_GDI_SYSCALL
  42.         END
  43.         POPUP "System Call Table"
  44.         BEGIN
  45.             MENUITEM "Win32k.sys system call table", ID_WIN32K_SYSCALLTAB
  46.             MENUITEM "Ntoskrnl.exe system call table", 
  47.                                                     ID_NTOSKRNL_SYSCALLTAB
  48.         END
  49.         POPUP "System Calls for Pogy"
  50.         BEGIN
  51.             MENUITEM "GDI32 system calls for Pogy", ID_GDI_POGY
  52.         END
  53.     END
  54. END
  55.  
  56.  
  57. #ifdef APSTUDIO_INVOKED
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // TEXTINCLUDE
  61. //
  62.  
  63. 1 TEXTINCLUDE DISCARDABLE 
  64. BEGIN
  65.     "resource.h\0"
  66. END
  67.  
  68. 2 TEXTINCLUDE DISCARDABLE 
  69. BEGIN
  70.     "#include ""afxres.h""\r\n"
  71.     "\0"
  72. END
  73.  
  74. 3 TEXTINCLUDE DISCARDABLE 
  75. BEGIN
  76.     "\r\n"
  77.     "\0"
  78. END
  79.  
  80. #endif    // APSTUDIO_INVOKED
  81.  
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Icon
  86. //
  87.  
  88. // Icon with lowest ID value placed first to ensure application icon
  89. // remains consistent on all systems.
  90. IDI_GRAPH               ICON    DISCARDABLE     "..\\..\\Res\\graph.ico"
  91. #endif    // English (U.S.) resources
  92. /////////////////////////////////////////////////////////////////////////////
  93.  
  94.  
  95.  
  96. #ifndef APSTUDIO_INVOKED
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Generated from the TEXTINCLUDE 3 resource.
  100. //
  101.  
  102.  
  103. /////////////////////////////////////////////////////////////////////////////
  104. #endif    // not APSTUDIO_INVOKED
  105.  
  106.