Click here to Skip to main content
15,886,772 members
Articles / Desktop Programming / MFC

Shared memory

Rate me:
Please Sign up or sign in to vote.
4.80/5 (6 votes)
28 Sep 20028 min read 221.7K   6K   84  
Share variables in the shared memory across processes
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TestSM.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TESTSM_DIALOG               102
#define IDS_VARIABLE                    102
#define IDS_WAIT                        103
#define IDS_WAITFOR                     104
#define IDS_SELECT_ALL                  105
#define IDR_MAINFRAME                   128
#define IDD_ADDVALUE                    129
#define IDD_SETVALUE                    130
#define IDD_EXCHANGE_DLG                132
#define IDD_TESTEXCH_DLG                133
#define IDD_CMPEXCH_DLG                 134
#define IDD_EXCHADD_DLG                 135
#define IDD_WRITE_DLG                   136
#define IDD_WAITMULTIVARCH_DLG          137
#define IDB_CHECKBOXES                  139
#define IDC_ADD                         1004
#define IDC_DEL                         1005
#define IDC_REFR                        1006
#define IDC_SETVAL                      1007
#define IDC_SHAREDMEMORY                1008
#define IDC_NAME                        1009
#define IDC_VALSIZE                     1010
#define IDC_NEWVALUE                    1011
#define IDC_WAITFORCHANGE               1012
#define IDC_WAITMEM                     1013
#define IDC_MEMORIES                    1014
#define IDC_USEDSIZE                    1015
#define IDC_MEMORYSIZE                  1016
#define IDC_VARIABLESCOUNT              1017
#define IDC_TOTALUSAGE                  1019
#define IDC_INCREMENT                   1021
#define IDC_DECREMENT                   1022
#define IDC_EXCHANGE                    1023
#define IDC_TESTEXCHANGE                1024
#define IDC_COMPAREEXCHANGE             1025
#define IDC_EXCHANGEADD                 1026
#define IDC_WRITE                       1027
#define IDC_READ                        1028
#define IDC_OLDVALUE                    1030
#define IDC_EXCH                        1032
#define IDC_CMP                         1033
#define IDC_WRITESTRING                 1035
#define IDC_OFFSET                      1036
#define IDC_WAITFORMULTIVARCHANGE       1039
#define IDC_MULTIVAR_LIST               1041
#define IDC_WAIT_FOR_ALL                1043
#define IDC_SELECT_ALL                  1044

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        141
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1045
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions