Returns a copy of the name of the font family.
HRESULT get_Name(
BSTR* pname //Pointer to the name of the font family
);
The method supports the standard return value E_UNEXPECTED, as well as the following:
The caller is responsible for freeing the memory allocated for the name with SysFreeString.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.