ReactOS 0.4.15-dev-6052-g2626c72
|
#include <ole2.h>
Go to the source code of this file.
Macros | |
#define | _COM_ASSERT(x) ((void)0) |
#define | _COM_MEMCPY_S(dest, destsize, src, count) memcpy(dest,src,count) |
#define | _COM_PRINTF_S_1(dest, destsize, format, arg1) wsprintf(dest,format,arg1) |