IDiaSymbol::get_isCxxReturnUdt
Retrieves a flag indicating whether return C++ style UDT.
Syntax
HRESULT get_isCxxReturnUdt (
BOOL* pRetVal
);
Parameters
pRetVal
[out] Returns TRUE
if the function's return parameter is using C++ semmantics where the caller must pass a buffer for the UDT to be constructed in-place; otherwise returns FALSE
when the function return is using C-semmantics (return-by-value).
Return Value
If successful, returns S_OK
; otherwise, returns S_FALSE
or an error code.
Note
A return value of S_FALSE
means that the property is not available for the symbol.