DLLEqualRgn()

DLLEqualRgn()
  • SYNOPSIS:
    equal = DLLEqualRgn(hSrcRgn1,hSrcRgn2)
  • DESCRIPTION:
    The DLLEqualRgn() function checks the two specified regions to determine whether they are identical. The function considers two regions identical if they are equal in size and shape.
  • PARAMETERS:
    hSrcRgn1 [in] Handle to a region.
    hSrcRgn2 [in] Handle to a region.
  • RETURNS:
    If the two regions are equal, the return value is nonzero.
    If the two regions are not equal, the return value is zero. A return value of ERROR means at least one of the region handles is invalid.
  • 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 9:46 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!