BOOL Difference( const CMemoryState& oldState, const CMemoryState& newState );
oldState
The initial memory state, as defined by a CMemoryState checkpoint.
newState
The new memory state, as defined by a CMemoryState checkpoint.
Compares two checkpointed CMemoryState objects, then stores the difference into this CMemoryState object. Checkpoint must have been called for each of the two memory-state parameters.
See the example for the CMemoryState constructor.