GetTypeSize function (wdbgexts.h)

The GetTypeSize function returns the size in the target's memory of an instance of the specified type.

Syntax

ULONG GetTypeSize(
  [in] IN LPCSTR Type
);

Parameters

[in] Type

Specifies the type to return the size of.

Return value

This function returns the size of an instance of the specified type.

Requirements

Requirement Value
Target Platform Desktop
Header wdbgexts.h (include Wdbgexts.h, Dbgeng.h)