GME
13
|
import "Core.idl";
Public Member Functions | |
HRESULT | OpenProject ([in] BSTR connection,[out] VARIANT_BOOL *ro_mode) |
HRESULT | CloseProject ([in] VARIANT_BOOL abort) |
HRESULT | SaveProject ([in] BSTR save_as_conn,[in, defaultvalue(0)] VARIANT_BOOL keepoldname) |
HRESULT | CreateProject ([in] BSTR connection) |
HRESULT | DeleteProject () |
HRESULT | BeginTransaction () |
HRESULT | CommitTransaction () |
HRESULT | AbortTransaction () |
HRESULT | OpenObject ([in] objid_type ObjID) |
HRESULT | CloseObject () |
HRESULT | CreateObject ([out] objid_type *ObjID) |
HRESULT | DeleteObject () |
HRESULT | LockObject () |
Properties | |
ICoreMetaProject | MetaProject [get, set] |
long | StorageType [get] |
ICoreMetaObject | MetaObject [get, set] |
metaid_type | MetaID [get, set] |
ICoreMetaAttribute | MetaAttribute [get, set] |
attrid_type | AttrID [get, set] |
VARIANT | AttributeValue [get, set] |
HRESULT ICoreStorage::AbortTransaction | ( | ) |
HRESULT ICoreStorage::BeginTransaction | ( | ) |
HRESULT ICoreStorage::CloseObject | ( | ) |
HRESULT ICoreStorage::CloseProject | ( | [in] VARIANT_BOOL | abort | ) |
HRESULT ICoreStorage::CommitTransaction | ( | ) |
HRESULT ICoreStorage::CreateObject | ( | [out] objid_type * | ObjID | ) |
HRESULT ICoreStorage::CreateProject | ( | [in] BSTR | connection | ) |
HRESULT ICoreStorage::DeleteObject | ( | ) |
HRESULT ICoreStorage::DeleteProject | ( | ) |
HRESULT ICoreStorage::LockObject | ( | ) |
HRESULT ICoreStorage::OpenObject | ( | [in] objid_type | ObjID | ) |
HRESULT ICoreStorage::OpenProject | ( | [in] BSTR | connection, |
[out] VARIANT_BOOL * | ro_mode | ||
) |
HRESULT ICoreStorage::SaveProject | ( | [in] BSTR | save_as_conn, |
[in, defaultvalue(0)] VARIANT_BOOL | keepoldname | ||
) |
VARIANT ICoreStorage::AttributeValue [get, set] |
attrid_type ICoreStorage::AttrID [get, set] |
ICoreMetaAttribute ICoreStorage::MetaAttribute [get, set] |
metaid_type ICoreStorage::MetaID [get, set] |
ICoreMetaObject ICoreStorage::MetaObject [get, set] |
ICoreMetaProject ICoreStorage::MetaProject [get, set] |
long ICoreStorage::StorageType [get] |