Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |