lrc_BSTR
| Example: lrc_BSTR | Type Conversion From String |
Converts a string into a BSTR.
BSTR lrc_BSTR( const char* str );
| str | A character string. |
The lrc_BSTR function converts any character string into a BSTR.
Return Values
Parameterization
You cannot use standard parameterization for any arguments in this function.

