Expand Minimize
This topic has not yet been rated - Rate this topic

IRAPISession::CeUnmountDBVol (Windows Embedded CE 6.0)

1/6/2010

This method unmounts a database volume on a remote Windows Embedded CE–based device.


BOOL CeUnmountDBVol( 
  PCEGUID pceguid 
);
pceguid

[in] Pointer to the CEGUID that contains the globally unique identifier (GUID)of a mounted database to be unmounted.

Nonzero indicates success. Zero indicates failure. To get extended error information, call IRAPISession::CeGetLastError and IRAPISession::CeRapiGetError.

All cached data is flushed to permanent storage when this method is called. A single database volume can be mounted more than once by different applications. Each time the volume is mounted a reference count is incremented. A mounted database volume does not unmount until all applications that mounted the volume call IRAPISession::CeUnmountDBVol.

Headerrapi2.h
Libraryole32.lib, rapiuuid.lib
Windows Embedded CEWindows Embedded CE 6.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.