Parameters |
Description |
OpenMode openMode = kForRead |
[in] Mode in which the object must be opened. |
bool openErasedOne = false |
[in] Specifies whether erased objects are also opened (true) or not (false). |
Returns a smart pointer to the opened object if successful, otherwise returns NULL.
Opens the database object associated with the identifier.
openMode must be one of the following:
Identifier |
Value |
Description |
kNotOpen |
-1 |
Object is open for reading. |
kForRead |
0 |
Object is open for reading. |
kForWrite |
1 |
Object is open for reading and/or writing. |
kForNotify |
2 |
Object is open for notifying. |
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.
|