ReactOS 0.4.15-dev-7788-g1ad9096
propkeydef.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PID_FIRST_USABLE   2
 
#define REFPROPERTYKEY   const PROPERTYKEY * __MIDL_CONST
 
#define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid)    EXTERN_C const PROPERTYKEY name DECLSPEC_HIDDEN
 
#define IsEqualPropertyKey(a, b)   (((a).pid == (b).pid) && IsEqualIID(&(a).fmtid,&(b).fmtid))
 
#define _PROPERTYKEY_EQUALITY_OPERATORS_
 

Macro Definition Documentation

◆ _PROPERTYKEY_EQUALITY_OPERATORS_

#define _PROPERTYKEY_EQUALITY_OPERATORS_

Definition at line 57 of file propkeydef.h.

◆ DEFINE_PROPERTYKEY

#define DEFINE_PROPERTYKEY (   name,
  l,
  w1,
  w2,
  b1,
  b2,
  b3,
  b4,
  b5,
  b6,
  b7,
  b8,
  pid 
)     EXTERN_C const PROPERTYKEY name DECLSPEC_HIDDEN

Definition at line 44 of file propkeydef.h.

◆ IsEqualPropertyKey

#define IsEqualPropertyKey (   a,
  b 
)    (((a).pid == (b).pid) && IsEqualIID(&(a).fmtid,&(b).fmtid))

Definition at line 52 of file propkeydef.h.

◆ PID_FIRST_USABLE

#define PID_FIRST_USABLE   2

Definition at line 20 of file propkeydef.h.

◆ REFPROPERTYKEY

#define REFPROPERTYKEY   const PROPERTYKEY * __MIDL_CONST

__cplusplus

Definition at line 27 of file propkeydef.h.