Example: lrc_DispPropertyGet

This example shows how to use lrc_PropertyGet to retrieve an array of strings.

VARIANT retValue;
retValue = lrc_variant_empty();
retValue = lrc_DispPropertyGet((IDispatch*)IDispatch_0, "AgentsArray", /*locale*/1033, LAST_ARG, CHECK_HRES);