// wdbgexts.h
ULONG GetTypeSize(
[in] IN LPCSTR Type
);
View the official Windows Driver Kit DDI referenceNo description available.
The GetTypeSize function returns the size in the target's memory of an instance of the specified type.
Type [in]Specifies the type to return the size of.
This function returns the size of an instance of the specified type.