ComPtrRef::operator void** Operator
Supports the WRL infrastructure and is not intended to be used directly from your code.
operator void**() const;
Remarks
Deletes the current ComPtrRef object, casts the pointer to the interface that was represented by the ComPtrRef object as a pointer-to-pointer-to void, and then returns the cast pointer.
Requirements
Header: client.h
Namespace: Microsoft::WRL::Details