Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with the Object Store Databases
BOOL CeDeleteDatabase(
CEOID oidDbase
);
DECLARE INTEGER CeDeleteDatabase IN rapi;
INTEGER oidDbase
oidDbase [in] Object identifier of the database to be deleted.
TRUE indicates success.
See also: CeCreateDatabase, CeOpenDatabase and CeOidGetInfoEx functions.