// kcom.h
void KoRelease(
[in] REFCLSID ClassId
);
View the official Windows Driver Kit DDI referenceNo description available.
This function is intended for internal use only.
The KoRelease function decrements the reference count for the calling interface on an object.
ClassId [in]The CLSID of the object whose reference count will be decremented.