HString::HString, constructeur
Initialise une nouvelle instance de la classe HString.
HString(HSTRING hstr = nullptr) throw();
HString(HString&& other) throw();
Paramètres
hstr
Un handle de HSTRING.other
Un objet HString existant.
Remarques
Le premier constructeur initialise un nouvel objet HString vide.
Le deuxième constructeur initialise un objet HString à la valeur du paramètre other existant, puis détruit le paramètre other.
Configuration requise
En-tête: corewrappers.h
Espace de noms: Microsoft::WRL::Wrappers