Created
February 10, 2011 17:03
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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