|
|
|||||||||||||
Interface IDeviceUpdateCallbackpublic interface IDeviceUpdateCallback extends IUnknown { // Methods public void callbackDeviceUpdate(Direct3dRMDevice f, IUnknown pArgs, int x, D3dRect update); } Use with addUpdateCallback and deleteUpdateCallback to set or remove the callback function that is called whenever a device is updated. Also see com.ms.directX.Direct3dRMDevice IUnknown | +--IDeviceUpdateCallback MethodscallbackDeviceUpdatepublic void callbackDeviceUpdate(Direct3dRMDevice f, IUnknown pArgs, int x, D3dRect update);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |