PROFILER_PROPERTY_TYPE_SUBSTRING_INFO Structure

Represents information about the substring type used in the relationship. Used in PROFILER_HEAP_OBJECT_RELATIONSHIP Structure.

Syntax

typedef struct _PROFILER_PROPERTY_TYPE_SUBSTRING_INFO {    UINT length;    LPCWSTR value; } PROFILER_PROPERTY_TYPE_SUBSTRING_INFO;  

Members

Member Type Description
length UINT The object is a UINT.
value LPCWSTR The object is a LPCWSTR.