Device.DeletePatch Method

Language:

Frees a cached high-order patch.

Definition

Visual Basic Public Sub DeletePatch( _
    ByVal handle As Integer _
)
C# public void DeletePatch(
    int handle
);
C++ public:
void DeletePatch(
    int handle
);
JScript public function DeletePatch(
    handle : int
);

Parameters

handle System.Int32
Handle of the cached high-order patch to delete.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a parameter might contain an invalid value.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center