CeDeleteDatabaseEx (CEDB) (Windows CE 5.0)

Send Feedback

This function removes a database from the object store or a mounted database volume.

This function does not work with EDB databases. For more information on EDB, see EDB Functions.

A RAPI version of this function exists named CeDeleteDatabaseEx (RAPI).

BOOL CeDeleteDatabaseEx( PCEGUID pguid,CEOID oid );

Parameters

  • pguid
    [in] Pointer to the CEGUID that contains the globally unique identifier of a mounted database volume or of the object store. Use CREATE_SYSTEMGUID to obtain the GUID of the object store.
  • oid
    [in] Object identifier of the database to be deleted.

Return Values

TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError. The following table lists possible values for GetLastError.

Value Description
ERROR_INVALID_PARAMETER Indicates that a parameter was invalid.
ERROR_SHARING_VIOLATION Indicates that the file is in use.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Windbase.h.
Link Library: Coredll.lib.

See Also

CeCreateDatabaseEx (CEDB) | CREATE_SYSTEMGUID

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.