您要查找的是不是:
- Decrements the reference count on the specified interface. 递减指定接口上的引用计数。
- Decrements an object's reference count (reclaims if zero). 减少对象的引用计数(到0回收)。
- Duplicates a CRL context by incrementing the reference count. CertDuplicateCRLContext:通过增加引用计数来复制crl上下文。
- Effects: decrements the reference count of the internally-held object. 效果:递减内部持有对象的引用计数。
- Options alone does not support reference counting. 选项不支持引用计数。
- Makes a thread-safe increment to the user reference count of the application manager instance. 使线程安全增量成为应用程序管理器实例的用户参考计数。
- Every time a transaction asks for a lock on a particular resource, a reference count is incremented. 事务每次请求具体某个资源上的锁时,引用计数便会增加。
- The handle is strong if the reference count on the CCW is greater than zero; otherwise it is weak. 如果CCW上的引用计数大于零,则该句柄是强的;否则它是弱的。
- When the reference count on the CCW reaches zero, the wrapper releases its reference on the managed object. 当CCW上的引用计数达到零时,该包装将释放它对托管对象的引用。
- The use of the reference count is a simple but effective mechanism to avoid freeing still-referenced data structures. 叁考计数的使用作为一个简单而有效的机制-避免释放静止的叁考数据结构。
- Reference count information about legacy versions of the file is maintained on the target computer when the application is installed or uninstalled. 安装或卸载应用程序时,在目标计算机上维护有关该文件旧式版本的引用数信息。
- Because of this bug, Windows Installer does not keep a reference count for the number of updates that reference a single shared file. 此bug会导致Windows Installer对于引用单个共享文件的更新数量不保留引用计数。
- This function decrements the module's reference count and, if the reference count is zero, unmaps it from the address space of the process. 此函数递减模块的引用数,如果引用数为零,此函数便从进程的地址空间中取消模块的映射。
- Class, this will always happen immediately since there is no reference count to indicate that other threads are using this handle. 类不同,此方法总是直接执行,因为没有引用计数指示其他线程正在使用此句柄。
- When you call a method on an interface, the reference count is incremented; when the method returns, the reference count is decremented. 调用接口方法时,引用计数递增;方法返回时,引用计数递减。
- Calling an object with this method causes the reference count to increment on the interface pointer before the pointer is returned. 使用此方法调用对象会导致在返回接口指针之前,该指针的引用数递增。
- Droppable accumulators check their reference count in their accumulate member function. If the reference count is 0, the function is a no-op. 可删除累加器在它们的累加成员函数中检查其引用计数。如果引用计数为0,则函数为空操作。
- A reference count for synchronised entries and to-do lits which prevents them from being deleted while they are still needed for synchronisation. 同步计数器:一个用来防止同步实体或者待办列表条目在仍需要使用的情况下被删除的同步引用计数器。
- If a call to the Close method reduces the reference count of applications using the application manager to 0, the Close method calls the ShutdownAll method. 如果调用Close方法会将使用应用程序管理器的应用程序的引用计数减为0,则Close方法会调用ShutdownAll方法。
- By maintaining a correct reference count for existing legacy files, the installer can determine whether to delete legacy files when it uninstalls the application. 通过为现有旧式文件维护正确的引用数,安装程序可在卸载应用程序时确定是否删除旧式文件。