Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 694 Bytes

idiasymbol-get-sizeinudt.md

File metadata and controls

33 lines (26 loc) · 694 Bytes
description title ms.date ms.topic dev_langs author ms.author manager ms.subservice
Retrieves the size of a member of a user-defined type.
IDiaSymbol::get_sizeInUdt
11/04/2016
reference
C++
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_sizeInUdt

Retrieves the size of a member of a user-defined type.

Syntax

HRESULT get_sizeInUdt(
   DWORD* pRetVal);

Parameters

pRetVal

[out] A pointer to a DWORD that specifies the size of the member.

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE or an error code.

See also