Gdi::CeRemoveFontResource_I

This method removes a font resource identified by a specified object identifier.

static WINGDIAPI BOOL WINAPI CeRemoveFontResource_I(
  CEOID oid
);

Parameters

  • oid
    [in] Object identifier that specifies the font resource the you want to remove.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Gdi.hpp.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.