Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The latest version of this topic can be found at ComPtr::ReleaseAndGetAddressOf Method.
Releases the interface associated with this ComPtr and then retrieves the address of the ptr_ data member, which contains a pointer to the interface that was released.
Syntax
T** ReleaseAndGetAddressOf();
Return Value
The address of the ptr_ data member of this ComPtr.
Requirements
Header: client.h
Namespace: Microsoft::WRL