IWeakReference interface
Represents a weak reference to an object.
Members
The IWeakReference interface inherits from the IUnknown interface. IWeakReference also has these types of members:
Methods
The IWeakReference interface has these methods.
| Method | Description |
|---|---|
| Resolve |
Resolves a weak reference by returning a strong reference to the specified object. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IWeakReference is defined as 00000037-0000-0000-C000-000000000046 |
Show: