Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supports the WRL infrastructure and is not intended to be used directly from your code.
void SetUnknown(
_In_ IUnknown* unk
);
Parameters
- unk
A pointer to the IUnknown interface of an object.
Remarks
Sets the strong reference of the current WeakReference object to the specified interface pointer.
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details