Annotation of pmsdk/samples/iniedit/iniedit.h, revision 1.1

1.1     ! root        1: /* include res file definitions */
        !             2: #include "inires.h"
        !             3: 
        !             4: /****************************** Global Defines ******************************/
        !             5: 
        !             6: #define MAX_STRING_LEN  132
        !             7: #define MAX_APP_NAMES   256
        !             8: #define APP_FORM          0                    /* Display Formats */
        !             9: #define ALL_FORM          1
        !            10: 
        !            11: #define SZALL   "Show All Entries"
        !            12: #define SZAPP   "Show Application Names"
        !            13: 
        !            14: 
        !            15: /*********************** Common Function Declarations ***********************/
        !            16: 
        !            17: void ErrMessage( PCHAR );
        !            18: VOID FindNext( VOID );
        !            19: VOID PrintThread( VOID );
        !            20: 
        !            21: MRESULT CALLBACK SearchWndProc( HWND, USHORT, MPARAM, MPARAM );
        !            22: MRESULT CALLBACK AddKeyWndProc( HWND, USHORT, MPARAM, MPARAM );
        !            23: MRESULT CALLBACK DelAppWndProc( HWND, USHORT, MPARAM, MPARAM );
        !            24: MRESULT CALLBACK DelKeyWndProc( HWND, USHORT, MPARAM, MPARAM );
        !            25: MRESULT CALLBACK ChangeKeyWndProc( HWND, USHORT, MPARAM, MPARAM );
        !            26: 
        !            27: 
        !            28: /****************************** Type Definitions ****************************/
        !            29: 
        !            30: typedef struct
        !            31:     {
        !            32:     CHAR    szKey[MAX_STRING_LEN];
        !            33:     CHAR    szValue[MAX_STRING_LEN];
        !            34:     }  PAIRSTRUCT;
        !            35: typedef PAIRSTRUCT* PPAIRSTRUCT;
        !            36: 
        !            37: 
        !            38: typedef struct
        !            39:     {
        !            40:     CHAR        szAppName[MAX_STRING_LEN];
        !            41:     USHORT      cKeys;
        !            42:     PPAIRSTRUCT  pPairs;
        !            43:     }  GROUPSTRUCT;
        !            44: typedef GROUPSTRUCT* PGROUPSTRUCT;

unix.superglobalmegacorp.com

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