Returns a copy of the name of the font family.
HRESULT get_Name(
BSTR* pname |
//Pointer to the name of the font family |
); |
Parameters
Return Values
The method supports the standard return value E_UNEXPECTED, as well as the following:
Remarks
The caller is responsible for freeing the memory allocated for the name with SysFreeString.
See Also