Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The UpdateView method updates any property pages associated with a conditional access object.
This method is currently not supported.
Syntax
HRESULT UpdateView(
IUnknown *pUnk
);
Parameters
pUnk
[in] Pointer to the IUnknown interface of the object.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
If the control is displaying a property page for the object specified by pUnk, this method updates the property page. The control automatically calls this method when it receives events from the CA Manager.
See Also