HString::CopyTo, méthode
Copie l'objet HString actuel dans un objet HSTRING.
HRESULT CopyTo(
_Out_ HSTRING *str
) const throw();
Paramètres
- str
HSTRING qui reçoit la copie.
Notes
Cette méthode appelle la fonction WindowsDuplicateString.
Configuration requise
En-tête : corewrappers.h
Espace de noms : Microsoft::WRL::Wrappers