Package com.ms.com.directX |
![]() Previous |
![]() Microsoft Packages |
![]() Index |
![]() Next |
public interface Id3dValidateCallback extends IUnknown { public void callbackd3dValidate(IUnknown UserArg, int offset); }
Use with the Validate method to set the callback function for handling errors in the execute buffer.
See also d3dExecuteBuffer.
public void callbackd3dValidate(IUnknown UserArg, int offset);This method is called when any errors are encountered while the Validate method is checking the execute buffer.
Return Value:
No return value.
Parameter Description UserArg The same application-defined data passed to the Validate method. offset Offset into the execute buffer at which the system found an error. Remarks:
When determining the order in which to call callback functions, the system searches the objects highest in the hierarchy first, and then calls their callback functions in the order in which they were created.