I have to re-word my question to get the answer which will help me:
The problem is that I want to get the Parallel Port Base Address while my VI is running. I am using "Out Port.vi" in my VI. The port address is required because the "Out Port.vi" only takes I/O port address.
Note, If you place a "VISA Resource Name.vi" and set it as a Control, you can select the Parallel port (e.g. LPT1) from the drop down list of this control. Obviously, this contol knows all the Base Addresses and names of the ports on a machine.
Isn't there a way I can get the port address by utilising the "VISA Resource Name.vi"? Maybe some additional C programming?