#include <IDataObjectUtils.h>
|
static int | compare (const FORMATETC &v1, const FORMATETC &v2) |
|
Definition at line 41 of file IDataObjectUtils.h.
static int IDataObjectUtils::comparator_FORMATETC::compare |
( |
const FORMATETC & |
v1, |
|
|
const FORMATETC & |
v2 |
|
) |
| |
|
inlinestatic |
Definition at line 43 of file IDataObjectUtils.h.
45 val =
pfc::compare_t(v1.cfFormat,v2.cfFormat);
if (val != 0)
return val;
46 val =
pfc::compare_t(v1.dwAspect,v2.dwAspect);
if (val != 0)
return val;
47 val =
pfc::compare_t(v1.lindex, v2.lindex );
if (val != 0)
return val;
int compare_t(const hasher_md5_result &p_item1, const hasher_md5_result &p_item2)
The documentation for this class was generated from the following file: