Use this interface to manage IEwProjectSymbolManagerX objects.
More...
Use this interface to manage IEwProjectSymbolManagerX objects.
- Since
- 2020 SP0
◆ getProjectSymbolByID()
return a Project Symbol by ID.
- Parameters
-
[in] | lID | ID of Project Symbol to find. |
[out] | errorCode | EwErrorCode enum type, can be :
- EW_UNDEFINED_ERROR if another error occurred
- EW_INVALID_OBJECT if object is not initialized
- EW_NO_ERROR if no error detected Return a valid EwProjectSymbolX object.
|
◆ getProjectSymbolsFromFileID()
VARIANT IEwProjectSymbolManagerX::getProjectSymbolsFromFileID |
( |
LONG |
lID, |
|
|
EwErrorCode * |
errorCode |
|
) |
| |
Return the array of symbols of the associated project file identifier.
- Parameters
-
[in] | lID | identifier of the project's file that contains the symbols |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_INVALID_OBJECT if object is not initialized
- EW_BAD_INPUTS if the identifier is not found or equal to -1
- EW_NO_ERROR if no error detected
|
- Returns
- the array of the symbols of the associated project file identifier