Compartir a través de


_MINIDUMP_STRING (Windows CE 5.0)

Send Feedback

This structure describes the format of a string pointed to by an RVA pointer.

typedef struct _MINIDUMP_STRING {ULONG32Length;WCHAR Buffer [0];} MINIDUMP_STRING, *PMINIDUMP_STRING;

Members

  • Length
    Length in bytes of the string without the terminating NULL character. The string can have additional embedded NULL characters.
  • Buffer
    Variable size buffer containing a NULL terminated WCHAR string.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: DwCeDump.h.
Link Library: none.

See Also

Dump File Structures | Dump File Format

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.