home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / aniedit / animsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-30  |  4.0 KB  |  196 lines

  1. //
  2. //  Values are 32 bit values layed out as follows:
  3. //
  4. //   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  5. //   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  6. //  +---+-+-+-----------------------+-------------------------------+
  7. //  |Sev|C|R|     Facility          |               Code            |
  8. //  +---+-+-+-----------------------+-------------------------------+
  9. //
  10. //  where
  11. //
  12. //      Sev - is the severity code
  13. //
  14. //          00 - Success
  15. //          01 - Informational
  16. //          10 - Warning
  17. //          11 - Error
  18. //
  19. //      C - is the Customer code flag
  20. //
  21. //      R - is a reserved bit
  22. //
  23. //      Facility - is the facility code
  24. //
  25. //      Code - is the facility's status code
  26. //
  27. //
  28. // Define the facility codes
  29. //
  30.  
  31.  
  32. //
  33. // Define the severity codes
  34. //
  35.  
  36.  
  37. //
  38. // MessageId: MSG_INVALIDCURSORFILE
  39. //
  40. // MessageText:
  41. //
  42. //  %1 is not a valid animated cursor file.
  43. //
  44. #define MSG_INVALIDCURSORFILE            0x00000000L
  45.  
  46. //
  47. // MessageId: MSG_OUTOFMEM
  48. //
  49. // MessageText:
  50. //
  51. //  There is not enough free memory for this operation.
  52. //
  53. #define MSG_OUTOFMEM                     0x00000001L
  54.  
  55. //
  56. // MessageId: MSG_OUTOFRESOUCES
  57. //
  58. // MessageText:
  59. //
  60. //  There are not enough system resources to continue.  Try closing some
  61. //  applications and trying again.
  62. //
  63. #define MSG_OUTOFRESOUCES                0x00000002L
  64.  
  65. //
  66. // MessageId: MSG_CANTOPENFILE
  67. //
  68. // MessageText:
  69. //
  70. //  The file %1 can not be opened.  Please verify that you have permission
  71. //  to access the file.
  72. //
  73. #define MSG_CANTOPENFILE                 0x00000003L
  74.  
  75. //
  76. // MessageId: MSG_CANTCREATEFILE
  77. //
  78. // MessageText:
  79. //
  80. //  The file %1 can not be created.  Please verify that there is free
  81. //  space on the drive and that you have write permission.
  82. //
  83. #define MSG_CANTCREATEFILE               0x00000004L
  84.  
  85. //
  86. // MessageId: MSG_MUSTEQONEFAME
  87. //
  88. // MessageText:
  89. //
  90. //  You must have one and only one frame selected to use this function.
  91. //
  92. #define MSG_MUSTEQONEFAME                0x00000005L
  93.  
  94. //
  95. // MessageId: MSG_LESSEQONEFRAME
  96. //
  97. // MessageText:
  98. //
  99. //  You must have no more than one frame selected to use this function.
  100. //
  101. #define MSG_LESSEQONEFRAME               0x00000006L
  102.  
  103. //
  104. // MessageId: MSG_FILEWRITEERR
  105. //
  106. // MessageText:
  107. //
  108. //  An error occured while writing file: %1.  Please make sure there is
  109. //  free space on the drive and that you have write permission.
  110. //
  111. #define MSG_FILEWRITEERR                 0x00000007L
  112.  
  113. //
  114. // MessageId: MSG_RATERANGE
  115. //
  116. // MessageText:
  117. //
  118. //  You must specify a number greater than zero.
  119. //
  120. #define MSG_RATERANGE                    0x00000008L
  121.  
  122. //
  123. // MessageId: MSG_LITERAL
  124. //
  125. // MessageText:
  126. //
  127. //  %1
  128. //
  129. #define MSG_LITERAL                      0x00000009L
  130.  
  131. //
  132. // MessageId: MSG_FRAMESSELECTED
  133. //
  134. // MessageText:
  135. //
  136. //  %1!d! frames selected
  137. //
  138. #define MSG_FRAMESSELECTED               0x0000000AL
  139.  
  140. //
  141. // MessageId: MSG_FRAMEOFSEL
  142. //
  143. // MessageText:
  144. //
  145. //  Frame %1!d! of %2!d! selected
  146. //
  147. #define MSG_FRAMEOFSEL                   0x0000000BL
  148.  
  149. //
  150. // MessageId: MSG_ALLFRAMES
  151. //
  152. // MessageText:
  153. //
  154. //  All frames selected
  155. //
  156. #define MSG_ALLFRAMES                    0x0000000CL
  157.  
  158. //
  159. // MessageId: MSG_NOFRAMESSEL
  160. //
  161. // MessageText:
  162. //
  163. //  No frames selected
  164. //
  165. #define MSG_NOFRAMESSEL                  0x0000000DL
  166.  
  167. //
  168. // MessageId: MSG_SAVEFILEQUEST
  169. //
  170. // MessageText:
  171. //
  172. //  Save current file %1?
  173. //
  174. #define MSG_SAVEFILEQUEST                0x0000000EL
  175.  
  176. //
  177. // MessageId: MSG_PASTEERR
  178. //
  179. // MessageText:
  180. //
  181. //  One of the frames in the clipboard could not be copied to the animation
  182. //  sequence.  Press OK to continue pasting with the next frame, or Cancel to
  183. //  abort the operation.
  184. //
  185. #define MSG_PASTEERR                     0x0000000FL
  186.  
  187. //
  188. // MessageId: MSG_NOIMAGEDIT
  189. //
  190. // MessageText:
  191. //
  192. //  You must have the Image Editor ('%1') on your path to use this function.
  193. //
  194. #define MSG_NOIMAGEDIT                   0x00000010L
  195.  
  196.