5.2.4.1.2 Creating a Library Name
To create a library name pseudo-object, use the following C/C++ function:
LName create_lname(); // C/C++
The returned pseudo-object reference can then be operated on using the operations shown in the following code snippet.
Parent topic: Names Library Interface Pseudo OMG IDL