Peeking inside WRL weak references

3 · Raymond Chen · May 11, 2020, 2:02 p.m.
The Windows Runtime C++ Template Library (WRL) also provides a standard implementation of the IWeakReference interface. Here’s what it looks like: 0:000> $ 64-bit version 0:000> dt Microsoft::WRL::Details::WeakReferenceImpl +0x000 __VFN_table : Ptr64 +0x00c refcount_ : Int4B +0x010 strongRefCount_ : Int4B +0x018 unknown_ : Ptr64 IUnknown 0:000> The post Peeking inside WRL weak references appeared first on The Old New Thing....