Click here to Skip to main content
15,894,054 members
Articles / Desktop Programming / MFC

MemSpyy

Rate me:
Please Sign up or sign in to vote.
4.95/5 (9 votes)
29 Oct 2007CPOL2 min read 34.7K   793   33  
Using OpenGL to map the virtual memory address space.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by MemSpyy.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_MemSpyy_DIALOG          102
#define IDR_MAINFRAME                   128
#define IDC_LARGEST                     1001
#define IDC_PID                         1002
#define IDC_TOTALFREE                   1003
#define IDC_OGLCUSTOM                   1006
#define IDC_TOTALDLL                    1007
#define IDC_PIDNAME                     1008
#define IDC_YCOORD                      1009
#define IDC_XCOORD                      1010
#define IDC_STATUS                      1011
#define IDC_PROCESSHEAP                 1012
#define IDC_TOTALFREELBL                1013

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1014
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
PJ currently works for Avid Technology, and lives in Cambridge, MA. When he isn't coding, you can find him collecting old dusty funk & soul records.

Comments and Discussions