ComPtrRef::operator* Operator
The latest version of this topic can be found at ComPtrRef::operator* Operator.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
InterfaceType* operator *();
Return Value
Pointer to the interface represented by the current ComPtrRef object.
Remarks
Retrieves the pointer to the interface represented by the current ComPtrRef object.
Requirements
Header: client.h
Namespace: Microsoft::WRL::Details