NAME

GdipGetFamilyName  (GDIPLUS.@)

SYNOPSIS

  GdipGetFamilyName
 (
  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 "dlls/gdiplus/font.c". source.winehq.org/source/dlls/gdiplus/font.c


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.