meiFlashMemoryModified

Declaration
long meiFlashMemoryModified(MEIFlash flash,
                            long     *modified)
Required Header stdmei.h
Description

FlashMemoryModified determines if the flash memory cache has been modified. Note that unless meiFlashDataSet(...) has been called previously, the meiFlashMemoryModified(...) method will always return False, regardless of whether the cache has been modified or not modified.

If the "flash cache" Then
has been modified FlashMemoryModified writes True to the location pointed to by modified
has not been modified FlashMemoryModified writes False to the location pointed to by modified
Return Values
MPIMessageOK if FlashMemoryModified successfully determines if the flash cache has been modified
See Also meiFlashDataSet