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.
Reloads the file that is currently displayed with the specified refresh level.
Syntax
HRESULT Refresh2( VARIANT *Level );
Parameters
- Level
[in] A pointer to a VARIANT of type VT_I4 or VT_I2 that specifies one of the RefreshConstants enumeration values.
Return Value
Returns S_OK if successful, or E_FAIL otherwise.
See Also