lrc_print_bstr

Type Conversion From String

Prints a BSTR.

int lrc_print_bstr( BSTR str );
strA string of type BSTR.

lrc_print_bstr prints a BSTR string to standard output for debugging purposes.

Return Values

lrc Return Values

Parameterization

You cannot use standard parameterization for any arguments in this function.

Example

This example shows how to print a variant BSTR:

    VARIANT var = lrc_variant_BSTR("HELLO");
    lrc_print_variant(var);