Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The put_CAManager method binds the control to the CA Manager.
Syntax
HRESULT put_CAManager(
ICAManager *pCAManager
);
Parameters
pCAManager
[in] Pointer to the ICAManager interface on the CA Manager.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
The application should call this method, so that the control receives events from the CA Manager and updates itself.
See Also