IDiaSymbol::get_modifierValues
Retrieves the total invocation count in PGO training.
Syntax
HRESULT get_modifierValues(
DWORD cnt,
DWORD *pcnt,
DWORD *pModifiers
);
Parameters
cnt
[in] The number of DWORDs pointed to by the buffer pModifiers
.
pcnt
[out] Returns the number of valid properties set in pModifiers
.
pModifiers
[out] Returns an array of CV_modifier_e
values.
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.