Construction Methods
| Method | Description |
|---|---|
| CCeDBProp | Constructs a CCeDBProp object. |
Operations Methods
| Method | Description |
|---|---|
| GetBlob | Retrieves the value of a property whose data type is CEBLOB. |
| GetFiletime | Retrieves the value of a property whose data type is FILETIME. |
| GetIdent | Retrieves the application-defined identifier. |
| GetLong | Retrieves the value of a property whose data type is a long integer. |
| GetShort | Retrieves the value of a property whose data type is a short integer. |
| GetSortFlags | Retrieves the sort flags. |
| GetString | Retrieves the value of a property whose data type is a wide character array (WCHAR). The value returned is the same string pointed to by the property, not a copy. |
| GetType | Retrieves the property's data type. |
| GetULong | Retrieves the value of a property whose data type is an unsigned long integer. |
| GetUShort | Retrieves the value of a property whose data type is an unsigned short integer. |
| SetBlob | Sets the value of a property whose data type is CEBLOB. |
| SetFiletime | Sets the value of a property whose data type is FILETIME. |
| SetIdent | Sets the application-defined identifier. |
| SetLong | Sets the value of a property whose data type is a long integer. |
| SetShort | Sets the value of a property whose data type is a short integer. |
| SetSortFlags | Sets the sort flags. |
| SetString | Sets the value of a property whose data type is a wide character array (WCHAR). |
| SetType | Sets the property's data type. |
| SetULong | Sets the value of a property whose data type is an unsigned long integer. |
| SetUShort | Sets the value of a property whose data type is an unsigned short integer. |