OSDN Git Service

5ff36a99ee1876a285a3855e2639aefbfb801b89
[rec10/rec10-git.git] / tstools / DtsEdit / src / Help.h
1 \r
2 #pragma once\r
3 \r
4 #define MSG_NO_AVC1                                     0x00000001\r
5 #define MSG_NO_V2                                       0x00000002\r
6 #define MSG_NO_4CC                                      0x00000003\r
7 #define MSG_NO_V1                                       0x00000004\r
8 #define MSG_MORE_SMALL_DIV_PTS          0x00000005\r
9 #define MSG_LOST_FRAME                          0x00000006\r
10 #define MSG_NO_ENOUGH_FRAME                     0x00000007\r
11 #define MSG_NO_SAMPLE                           0x00000008\r
12 #define MSG_MORE_SMALL_TIMERATE         0x00000009\r
13 \r
14 void Help();\r
15 \r
16 int ErrorMessage(int msgId);\r
17 \r