DLLDeleteObject()

DLLDeleteObject()
  • SYNOPSIS:
    DLLDeleteObject(hObject)
  • DESCRIPTION:
    The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
    This command was included to remove regions once you have finished with them.
  • PARAMETERS:
    hObject Identifies a logical pen, brush, font, bitmap, region, or palette. - Pass a region handle here.
  • RETURNS:
    If the function succeeds, the return value is nonzero.
    If the specified handle is not valid or is currently selected into a device context, the return value is zero.
  • EXAMPLE:
    example028.bb
  • BUGS:
    None Known.

Return To Index
Problems with this command or bugs? EMail me at: mailto:loki.sd@blueyonder.co.uk

Section Last Updated: Friday, May 31, 2002 10:15 PM GMT

All materials used in this help, related sources and binaries are (C)opyright Rob Hutchinson, Joseph Cox and Tarropithium Software 2002. All rights reserved. All software is provided without warranty unless otherwise stated.
Tarropithium Software or the authors will not be held liable for any damage or data loss that may occur during the application of this software. Use it at your own risk!