Lr_get_host_name vuser functions

How to use lr_get_host_name vuser functions? and also How to see the result

Showing Answers 1 - 1 of 1 Answers

shelby68

  • Oct 25th, 2007
 

straight out of the functional reference for LR 8.1

char * my_host;

my_host = lr_get_host_name( );

lr_output_message("%s", my_host);

 

create a pointer

capture the output from lr_get_host_name( ); into that pointer

then output it as a message or alternatively capture it as a parameter with lr_save_string the syntax of which is also in the functional ref.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions