Home
last modified time | relevance | path

Searched defs:DECLARE_MAPI_INTERFACE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwabdefs.h428 #define DECLARE_MAPI_INTERFACE(iface) typedef struct iface##Vtbl iface##Vtbl,*iface; struct iface##… macro
432 #define DECLARE_MAPI_INTERFACE(iface) DECLARE_INTERFACE(iface) macro
Dmapidefs.h431 #define DECLARE_MAPI_INTERFACE(iface) typedef struct iface##Vtbl iface##Vtbl,*iface; struct iface##… macro
435 #define DECLARE_MAPI_INTERFACE(iface) DECLARE_INTERFACE(iface) macro