Writing and Creating a Record (Windows CE 5.0)
Use the CeWriteRecordProps function to write to a record. Like CeReadRecordPropsEx, CeWriteRecordProps uses an array of CEPROPVAL structures to pass property information into the record. To create a new record, call CeWriteRecordProps with the oidRecord parameter set to 0.
When writing to a mounted volume, Windows CE caches all write operations. The database subsystem periodically requests a cache flush after a series of operations. If memory is low, Windows CE flushes the cache to permanent storage. Windows CE cannot flush only part of the cache; all of the database blocks are flushed.
See Also
Send Feedback on this topic to the authors