IDiaSymbol::get_unused

Deprecated function.

Syntax

HRESULT get_unused ( 
   BSTR* pReserved
);

Parameters

pReserved

[out] Unused

Return Value

Always returns E_NOTIMPL;

Remarks

This method is deprecated. It should not be called, and always fails. It exists soleyl to maintain compatibility with vtable ordering as expected by older clients.

See also