Go to the documentation of this file. 1 #ifndef PID_FIRST_USABLE
2 #define PID_FIRST_USABLE 2
7 #define REFPROPERTYKEY const PROPERTYKEY &
9 #define REFPROPERTYKEY const PROPERTYKEY * __MIDL_CONST
11 #endif //REFPROPERTYKEY
13 #ifdef DEFINE_PROPERTYKEY
14 #undef DEFINE_PROPERTYKEY
18 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) EXTERN_C const PROPERTYKEY DECLSPEC_SELECTANY name = { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid }
20 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) EXTERN_C const PROPERTYKEY name
23 #ifndef IsEqualPropertyKey
24 #define IsEqualPropertyKey(a, b) (((a).pid == (b).pid) && IsEqualIID((a).fmtid, (b).fmtid) )
25 #endif // IsEqualPropertyKey
Generated for PortAudio by
1.8.1.1