摘要:
The ObDereferenceObjectDeferDelete routine decrements the reference count for the given object, checks for object retention, and avoids deadlocks.ObDereferenceObjectDeferDelete例程减少指定对象的引用计数,检查对象保留(不明白,检查对象需不需要删除??),并且避免死锁。语法:VOID ObDereferenceObjectDeferDelete( _In_ PVOID Object);参数:Object [in] A .. 阅读全文
摘要:
ObDereferenceObject routineThe ObDereferenceObject routine decrements the given object's reference count and performs retention checks.ObDereferenceObject 例程减少指定对象的引用计数,并执行retention check.语法:VOID ObDereferenceObject( _In_ PVOID Object);参数: Object [in] Pointer to the object's body. 指向对象实体的指针。 阅读全文