GetTypeSize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdbgexts.h

ULONG GetTypeSize(
  [in] IN LPCSTR Type
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdbgexts-gettypesize)

GetTypeSize function

Description

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

Parameters

Type [in]

Specifies the type to return the size of.

Return value

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