ReactOS 0.4.15-dev-7942-gd23573b
comutil.h File Reference
#include <ole2.h>
Include dependency graph for comutil.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ _COM_ASSERT

#define _COM_ASSERT (   x)    ((void)0)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the mingw-w64 runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.

Definition at line 12 of file comutil.h.

◆ _COM_MEMCPY_S

#define _COM_MEMCPY_S (   dest,
  destsize,
  src,
  count 
)    memcpy(dest,src,count)

Definition at line 15 of file comutil.h.

◆ _COM_PRINTF_S_1

#define _COM_PRINTF_S_1 (   dest,
  destsize,
  format,
  arg1 
)    wsprintf(dest,format,arg1)

Definition at line 19 of file comutil.h.