|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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) |