Most (or maybe all) of the get_*() methods of IDiaSymbol can return S_FALSE (in addition to S_OK). The specific return value is currently inaccessible as the signatures are transformed to return a Result<>.
To make those methods usable, they will need to retain their original signature and return an HRESULT.
Most (or maybe all) of the
get_*()methods ofIDiaSymbolcan returnS_FALSE(in addition toS_OK). The specific return value is currently inaccessible as the signatures are transformed to return aResult<>.To make those methods usable, they will need to retain their original signature and return an
HRESULT.