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
objResDenialTree.UpdateView(
pUnk As Object)
Parameters
pUnk
Specifies the object to update.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
This method does not return a value.
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 CAManager object.
See Also