MODLOAD_CVMISC structure (dbghelp.h)
Contains CodeView and Misc records.
Syntax
typedef struct _MODLOAD_CVMISC {
DWORD oCV;
size_t cCV;
DWORD oMisc;
size_t cMisc;
DWORD dtImage;
DWORD cImage;
} MODLOAD_CVMISC, *PMODLOAD_CVMISC;
Members
oCV
The offset of the CodeView record.
cCV
The size of the CodeView record.
oMisc
The offset of the Misc record.
cMisc
The size of the Misc record.
dtImage
The date/time stamp of the image.
cImage
The size of the image.
Requirements
Requirement | Value |
---|---|
Header | dbghelp.h |
Redistributable | DbgHelp.dll 6.8 or later |