Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

UMemoryMgr.h File Reference

#include <Memory.h>

Include dependency graph for UMemoryMgr.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  StHandleLocker
 stHandleLocker doesn't need to do anything as Windows Handles aren't really but are basic pointers. More...


Functions

SInt32 BlockCompare (const void *s1, const void *s2, UInt32 n)
SInt32 BlockCompare (const void *s1, const void *s2, UInt32 n1, UInt32 n2)
 Compare two blocks of memory, lhs and rhs of different lengths.


Function Documentation

SInt32 BlockCompare const void *    inPtr1,
const void *    inPtr2,
UInt32    inLen1,
UInt32    inLen2
 

Compare two blocks of memory, lhs and rhs of different lengths.

Lengths are only used to decide comparison if they are identical in the initial part.

Returns :
matches memcmp semantics: < 0 lhs < rhs 0 lhs == rhs and when inSize <=0 > 0 lhs > rhs

SInt32 BlockCompare const void *    s1,
const void *    s2,
UInt32    n
 


Generated on Mon Jul 22 18:20:15 2002 for PP2MFC by doxygen1.2.17