Click here to Skip to main content
15,884,892 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 128.1K   2.6K   174  
Access detailed information about the current process the easiest way.
// This file contains all possible definitions and references
// that need to be updated when changing the software version;

// IPSLSystem Class ID
#define PSL_ClassID "7D3D1418-3CDB-4709-AF86-CAFFC965002E"

// Type library ID
#define PSL_TypeLib "BBD98304-0D8B-45db-9147-F225B28953B0"

// Interface of class IPSLSystem:
#define PSL_Interface "DDC246EC-D5CC-49ee-BB8D-DC04BD37FDFD"

// Application ID:
#define PSL_AppID "{C772F9B3-0C3A-4b87-BD94-34E8D23E59DB}"

// Type Library Version
#define PSL_HiVersion 0
#define PSL_LoVersion 9
#define PSL_Version 0.9

// Type Library Name
#define PSL_TLName "ProSysLib v0.9"

// Below is the list of things that are necessary to
// change manually in order to finish the version upgrade

// 1. Increment version information within the DLL Resources;
// 2. Increment version in 3 places in file PSLSystem.rgs;
// 3. Replace GUID-s in four places in file PSLSystem.rgs;
// 4. Rename DLL into format PSL32v##.DLL or PSL64v##.DLL

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