GdipGetFamilyName(3w)
NAME
GdipGetFamilyName (GDIPLUS.@)
SYNOPSIS
GpStatus WINGDIPAPI GdipGetFamilyName ( GDIPCONST GpFontFamily* family, WCHAR* name, LANGID language )
DESCRIPTION
Returns the family name into name.
PARAMS
*family [In] Family to retrieve from.
*name [Out] WCHARS of the family name.
LANGID [In] charset.
RETURNS
SUCCESS: Ok
FAILURE: InvalidParameter if family is NULL.
NOTES
If name is a NULL ptr, then both XP and Vista will crash (so we do as
well)
IMPLEMENTATION
Defined in "gdiplusflat.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdiplus/font.c".