Win32BinaryFile.h File Reference

#include "BinaryFile.h"
#include <string>

Go to the source code of this file.

Classes

struct  Header
struct  PEExportDtor
struct  PEHeader
struct  PEImportDtor
struct  PEObject
class  Win32BinaryFile

Defines

#define __WIN32BINARYFILE_H_
#define LMMH(x)
#define LMMH2(x)


Define Documentation

#define __WIN32BINARYFILE_H_
 

Definition at line 16 of file Win32BinaryFile.h.

#define LMMH  ) 
 

Value:

((unsigned)((Byte *)(&x))[0] + ((unsigned)((Byte *)(&x))[1] << 8) + \
    ((unsigned)((Byte *)(&x))[2] << 16) + ((unsigned)((Byte *)(&x))[3] << 24))

Definition at line 38 of file Win32BinaryFile.h.

#define LMMH2  ) 
 

Value:

((unsigned)((Byte *)(x))[0] + ((unsigned)((Byte *)(x))[1] << 8) + \
    ((unsigned)((Byte *)(x))[2] << 16) + ((unsigned)((Byte *)(x))[3] << 24))

Definition at line 41 of file Win32BinaryFile.h.


Generated on Tue Sep 19 21:18:38 2006 for Boomerang by  doxygen 1.4.6