Changeset 58106 in vbox for trunk/include/VBox/com/defs.h
- Timestamp:
- Oct 7, 2015 5:07:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/defs.h
r56291 r58106 145 145 146 146 /** 147 * Expands to @ true if the given input safearray parameter is a "null pointer"147 * Expands to @c true if the given input safearray parameter is a "null pointer" 148 148 * which makes it impossible to use it for reading safearray data. 149 149 */ … … 180 180 181 181 /** 182 * Expands to @ true if the given output safearray parameter is a "null pointer"183 * which makes it impossible to use it for returning a safearray.182 * Expands to @c true if the given output safearray parameter is a "null 183 * pointer" which makes it impossible to use it for returning a safearray. 184 184 */ 185 185 #define ComSafeArrayOutIsNull(aArg) ((aArg) == NULL) … … 241 241 * interface. 242 242 * 243 * @param iinterface class243 * @param I interface class 244 244 */ 245 245 #define COM_IIDOF(I) _ATL_IIDOF(I)
Note:
See TracChangeset
for help on using the changeset viewer.