retdec
Public Attributes | List of all members
retdec::pdbparser::_CV_PUBSYMFLAGS Union Reference

#include <pdb_info.h>

Public Attributes

PDB_DWORD grfFlags
 
struct {
   PDB_DWORD   fCode:1
 
   PDB_DWORD   fFunction:1
 
   PDB_DWORD   fManaged:1
 
   PDB_DWORD   fMSIL:1
 
   PDB_DWORD   reserved:28
 
}; 
 

Member Data Documentation

◆ 

struct { ... }

◆ fCode

PDB_DWORD retdec::pdbparser::_CV_PUBSYMFLAGS::fCode

◆ fFunction

PDB_DWORD retdec::pdbparser::_CV_PUBSYMFLAGS::fFunction

◆ fManaged

PDB_DWORD retdec::pdbparser::_CV_PUBSYMFLAGS::fManaged

◆ fMSIL

PDB_DWORD retdec::pdbparser::_CV_PUBSYMFLAGS::fMSIL

◆ grfFlags

PDB_DWORD retdec::pdbparser::_CV_PUBSYMFLAGS::grfFlags

◆ reserved

PDB_DWORD retdec::pdbparser::_CV_PUBSYMFLAGS::reserved

The documentation for this union was generated from the following file: