Example: lrc_DispPropertyPutRef

This example shows how VuGen saves a property by reference:

VARIANT P1 = lrc_variant_DispObject((IDispatch*)NULL);
lrc_DispPropertyPutRef((IDispatch*)_CoCl1_0, "Aobj", /*locale*/1024, &P1, LAST_ARG, CHECK_HRES);