lrc_get_bstr_length

Example: lrc_get_bstr_lengthType Conversion From String

Returns the length of a BSTR type string.

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

lrc_get_bstr_length returns the length of a BSTR type string. BSTR strings may include nulls.

It is used primarily for debugging purposes.

Return Values

lrc Return Values

Parameterization

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