Searched defs:piface (Results 1 – 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mapidefs.h | 433 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**pi… argument 438 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface argument 440 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface argument
|
D | wabdefs.h | 430 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**pi… argument 435 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface argument 437 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface argument
|