WissDB . since Jun 15 . Index . DOCs TOP TOC
Component: |
part of C_WissDB_DL_API |
Abstract: |
This is the function allowing us to see the current value of a Project Locator Alias (such an alias being any positive integer). Parameters: § In: Alias Is a positive integer. § Out: LocatorName Is either NULL or a string of type D_Locator not starting with a number (in which case this string is a locator currently in use). § Out: ReturnCode is one of the following values:
|
Has to: |
The B_WissDB_Database has assigned to each positive number either NULL or a value of type D_Locator not starting with a number. LocatorName is to be a copy of this value. Use S_Set_Alias if you want to change the LocatorName S_Get_Alias is to return.
|
Because of: |
Applications of C_WissDB_DL_API need a way to see the current value of a project locator alias. |