Click here to Skip to main content
15,894,955 members
Articles / Programming Languages / C++

Enumerating Message Table Contents

Rate me:
Please Sign up or sign in to vote.
4.76/5 (10 votes)
14 Jun 2006CPOL9 min read 53.2K   820   16  
An article on enumerating message table resources.
// stdafx.cpp : Quelltextdatei, die nur die Standard-Includes einbindet
//	msgdump.pch ist die vorkompilierte Header-Datei
//	stdafx.obj enth�lt die vorkompilierte Typinformation

#include "stdafx.h"

// ZU ERLEDIGEN: Verweis auf alle zus�tzlichen Header-Dateien, die Sie in STDAFX.H
// und nicht in dieser Datei ben�tigen

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
Germany Germany
Stefan has been writing programs in C/C++ since 1991, and for Windows since 1993. He holds a German engineer's degree Dipl.-Ing. (FH) in "Microelectronics/Technical Computer Science" from the Aalen (Germany) University of Applied Sciences and an MSc in "Software Technology" from the Stuttgart (Germany) University of Applied Sciences. Currently, he is employed by a software company in the south-west of Germany that specializes in PC life-cycle products and software deployment technology. In his spare time, Stefan likes to go swimming and enjoys listening to jazz music from the fifties. And yes, he has a Weblog at http://mcblogs.craalse.de/sku (German only).

Comments and Discussions