Annotation of mstools/samples/porttool/portpriv.h, revision 1.1.1.1

1.1       root        1: #include <windows.h>
                      2: 
                      3: // define ini file section names
                      4: #define    IDS_PORTAPIS          200
                      5: #define    IDS_PORTMESSAGES      201
                      6: #define    IDS_PORTSTRUCTURES    202
                      7: #define    IDS_PORTTYPES         203
                      8: #define    IDS_PORTCONSTANTS     204
                      9: #define    IDS_PORTCUSTOM        205
                     10: #define    IDS_PORTMACROS        206
                     11: #define    IDS_WINDOWSAPPNAME    207
                     12: #define    IDS_INIFILE           209
                     13: #define    IDS_MAPFILENAME       210
                     14: 
                     15: 
                     16: // local constant defintions
                     17: #define    TEN_K_LINE            10240
                     18: #define    TWO_K_LINE            2056
                     19: #define    PT_APIS               0x00000002
                     20: #define    PT_MESSAGES           0x00000004
                     21: #define    PT_TYPES              0x00000008
                     22: #define    PT_STRUCTURES         0x00000010
                     23: #define    PT_MACROS             0x00000020
                     24: #define    PT_CONSTANTS          0x00000040
                     25: #define    PT_CUSTOM             0x00000080
                     26: #define    PT_IGNORED            0x00010000
                     27: 
                     28: 
                     29: // private port structure
                     30: typedef struct tagPort
                     31:     {
                     32:     int    nSize;
                     33:     int    nPosToken;
                     34:     int    nPosHelpStr;
                     35:     int    nPosIssue;
                     36:     int    nPosSuggest;
                     37:     DWORD  dwType;
                     38:     }PORT, * LPPORT;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.