CCscSearchApiInterface::DelRef method
Decrements the reference count for a CCscSearchApiInterface object.
LONG DelRef();
This method has no parameters.
Type: LONG
An integer that specifies the new reference count. When the reference count drops to 0, the CCscSearchApiInterface object will free itself. This value is intended to be used for diagnostic or testing purposes only.
The purpose of this method is similar to that of IUnknown::Release. Call this function whenever a pointer to the CCscSearchApiInterface object is no longer needed.
Minimum supported client |
Windows Vista, Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
Cscsearchapiif.hxx |