Click here to Skip to main content
15,897,968 members
Articles / Programming Languages / VBScript

ProSysLib: Dissecting the Process

Rate me:
Please Sign up or sign in to vote.
4.84/5 (69 votes)
22 Nov 2010CPOL12 min read 129.4K   2.6K   174  
Access detailed information about the current process the easiest way.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ProSysLib.rc
//
#define IDS_PROJNAME                    100
#define IDR_PROSYSLIB                   101
#define IDS_GENERALFAILURE              101
#define IDR_PSLSYSTEM                   102
#define IDS_INDEXOUTOFRANGE             102
#define IDS_NOTIMPLEMENTED              103
#define IDS_LOWMEMORY                   104
#define IDS_ACCESSDENIED                105
#define IDS_NOACCESS                    105
#define IDS_INVALIDARGUMENT             106
#define IDS_INVALIDPARAMETER            106
#define IDS_WMIINTERNAL                 107
#define IDS_WMIERROR                    107
#define IDR_PSLCORES1                   119
#define IDR_PSLWINDOW                   132
#define IDR_PSLWINDOWS                  133
#define IDR_PSLTHREAD                   134
#define IDR_PSLTHREADS                  135
#define IDR_PSLWINDOWSFILTER            143
#define IDR_PSLMEMORYINFO               144
#define IDR_PSLIOCOUNTERS               145
#define IDR_PSLOSVERSION                152

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           157
#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
Software Developer (Senior) Sibedge IT
Ireland Ireland
My online CV: cv.vitalytomilov.com

Comments and Discussions