Home
last modified time | relevance | path

Searched defs:DECLARE_MAPI_INTERFACE_PTR (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.h430 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**pi… macro
435 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface macro
437 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface macro
Dmapidefs.h433 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**pi… macro
438 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface macro
440 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface macro