Microsoft DirectX 9.0 |
Decrements the reference count on the object. This method implements the INonDelegatingUnknown::NonDelegatingRelease method.
Syntax
ULONG NonDelegatingRelease(void);
Return Value
Returns the reference count.
Remarks
When the reference count reaches zero, the object deletes itself.
See Also