4 midl_pragma warning(disable:2111)
10import "EwObjectBaseObjects.idl";
23 uuid(FB1C5D7A-5B0C-44F6-A8E7-271EBFC18627),
27 pointer_default(unique)
140 uuid(7817B1F0-12A0-4539-AB67-DD43A2F290D3),
144 helpstring(
"IEwLibraryManagerX Interface"),
145 pointer_default(unique)
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:21
EwCreatorType
All creator type.
Definition: EwEnumeration.idl:267
EwLibContentType
All library content types.
Definition: EwEnumeration.idl:292
This interface is a generic interface for environment object methods.
Definition: EwObjectBaseObjects.idl:293
Use this interface to manage EwLibraryX objects.
Definition: EwLibraryObjects.idl:148
IEwLibraryX newEwLibrary()
Create a IEwLibraryX object from the associated environnement.
IEwLibraryX findEwLibraryById(long lId, EwErrorCode *errorCode)
return IEwLibraryX by id
VARIANT getEwLibraryArray(EwErrorCode *errorCode)
return the array of IEwLibraryX of associated environment
Use this interface to manage an EwLibraryX object.
Definition: EwLibraryObjects.idl:30
LONG getVersionNumber(EwErrorCode *errorCode)
get a version of current Library
EwErrorCode setEwLibContentType(EwLibContentType eLibContentType)
set a content type of current Library
EwErrorCode setName(BSTR strName)
set the name of library
BSTR getName(EwErrorCode *errorCode)
return name of current Library
EwLibContentType getEwLibContentType(EwErrorCode *errorCode)
return content type of current Library
EwErrorCode setDescription(BSTR strLgCode, BSTR strVal)
set a description of Library
BSTR getDescription(BSTR strLgCode, EwErrorCode *errorCode)
return a description of language parameter
EwCreatorType getEwCreator(EwErrorCode *errorCode)
Deprecated use getEwCreatorType interface now.
EwErrorCode setVersionNumber(LONG lValueId)
set a version Number of current Library