Click here to Skip to main content
15,881,852 members
Articles / Desktop Programming / WTL

Cyclomatic Complexity Viewer

Rate me:
Please Sign up or sign in to vote.
4.29/5 (13 votes)
30 Jun 20055 min read 107.8K   2.8K   34  
A Cyclomatic complexity viewer application.
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Jun 18 21:50:11 2005
 */
/* Compiler settings for C:\CycloComplexViewer\CycloComplexViewer.odl:
    Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID LIBID_CycloComplexViewer = {0x42961705,0x1945,0x11D8,{0x99,0x8A,0xCE,0x80,0xD1,0x07,0x12,0x15}};


const IID IID_ICommands = {0x42961701,0x1945,0x11D8,{0x99,0x8A,0xCE,0x80,0xD1,0x07,0x12,0x15}};


const CLSID CLSID_Commands = {0x42961702,0x1945,0x11D8,{0x99,0x8A,0xCE,0x80,0xD1,0x07,0x12,0x15}};


const CLSID CLSID_ApplicationEvents = {0x42961703,0x1945,0x11D8,{0x99,0x8A,0xCE,0x80,0xD1,0x07,0x12,0x15}};


const CLSID CLSID_DebuggerEvents = {0x42961704,0x1945,0x11D8,{0x99,0x8A,0xCE,0x80,0xD1,0x07,0x12,0x15}};


#ifdef __cplusplus
}
#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
United Kingdom United Kingdom
I am a qualified Veterinary Surgeon who prefers treating computers with viruses than animals with viruses. I have recently completed a MEng German Informatics degree at the University of Reading with a 2:1. I also have the ISEB Foundation Certificate in Software Testing.

Currently I am umemployed and desparately looking for a job in the IT industry.

Comments and Discussions