ReactOS 0.4.16-dev-820-g96aa1ee
|
#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) |