Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an array of modifiers
affecting the symbol.
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.