foobar2000 SDK  2015-01-14
Static Public Member Functions
IDataObjectUtils::comparator_FORMATETC

#include <IDataObjectUtils.h>

Static Public Member Functions

static int compare (const FORMATETC &v1, const FORMATETC &v2)
 

Detailed Description

Definition at line 41 of file IDataObjectUtils.h.

Member Function Documentation

static int IDataObjectUtils::comparator_FORMATETC::compare ( const FORMATETC &  v1,
const FORMATETC &  v2 
)
inlinestatic

Definition at line 43 of file IDataObjectUtils.h.

43  {
44  int val;
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;
48  return 0;
49  }
int compare_t(const hasher_md5_result &p_item1, const hasher_md5_result &p_item2)
Definition: hasher_md5.h:20

The documentation for this class was generated from the following file: