IOleLink::GetUpdateOptions
Retrieves a
value indicating how often the linked object updates its cached data.
HRESULT GetUpdateOptions(
DWORD *pdwUpdateOpt |
//Pointer to update option |
); |
|
Parameter
pdwUpdateOpt
[out] Pointer
to a DWORD that specifies the current value for the linked object s update
option, indicating how often the linked object updates the cached data for the
linked object. The legal values for pdwUpdateOpt are taken from the
enumeration OLEUPDATE
Return Value
S_OK
The update
option was retrieved successfully.
Remarks
Notes to Callers
Your
container application should call IOleLink::GetUpdateOptions to display
the current update option for a linked object.
A linked
object s current update option is displayed in the Links dialog box. If you use
the OleUIEditLinks
See Also