K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-02-18T20:16:32.244310Z K 7 svn:log V 277 MFC 261518: - Update a few places to account for va_copy(). - Create a separate 'return values' section and move some statements about return values to that section. - Note that each invocation of va_start() and va_copy() must be paired with va_end() in the same function. END