- Timestamp:
- Oct 13, 2015 6:42:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/capiidl.xsl
r56679 r58223 816 816 } SAFEARRAY; 817 817 818 #define ComSafeArrayAsInParam(f) ((f) ->c), ((f)->pv)818 #define ComSafeArrayAsInParam(f) ((f) ? (f)->c : 0), ((f) ? (f)->pv : NULL) 819 819 #define ComSafeArrayAsOutParam(f) (&((f)->c)), (&((f)->pv)) 820 820 #define ComSafeArrayAsOutTypeParam(f,t) (&((f)->c)), (t**)(&((f)->pv))
Note:
See TracChangeset
for help on using the changeset viewer.