MODLOAD_CVMISC Structure

Debug Help Library

MODLOAD_CVMISC Structure

[This documentation is preliminary and is subject to change.]

Contains CodeView and Misc records.

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

Header

Declared in DbgHelp.h.

See Also

MODLOAD_DATA


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.