Skip to content

Instantly share code, notes, and snippets.

@velociraptors
Created February 10, 2011 17:03
Show Gist options
  • Save velociraptors/820891 to your computer and use it in GitHub Desktop.
Save velociraptors/820891 to your computer and use it in GitHub Desktop.
This is production code. It has shipped with multiple versions of the software.
#if 0
SAFEARRAY psa;
VARIANT vNewData;
BindVariantToData(i, &vNewData, &psa);
#else
SAFEARRAY aSa;
VARIANT vNewData;
BindVariantToData(i, &vNewData, &aSa);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment