Searched defs:ppType (Results 1 – 2 of 2) sorted by relevance
/reactos/base/applications/msconfig_new/ |
H A D | xmldomparser.hpp | 58 # define IID_PPV_ARG(Itype, ppType) IID_##Itype, reinterpret_cast<void**>((static_cast<Itype**>(p… argument 59 # define IID_NULL_PPV_ARG(Itype, ppType) IID_##Itype, NULL, reinterpret_cast<void**>((static_cast… argument 61 # define IID_PPV_ARG(Itype, ppType) IID_##Itype, (void**)(ppType) argument 62 # define IID_NULL_PPV_ARG(Itype, ppType) IID_##Itype, NULL, (void**)(ppType) argument
|
/reactos/sdk/include/reactos/ |
H A D | shellutils.h | 63 # define IID_PPV_ARG(Itype, ppType) IID_##Itype, reinterpret_cast<void**>((static_cast<Itype**>(p… argument 64 # define IID_NULL_PPV_ARG(Itype, ppType) IID_##Itype, NULL, reinterpret_cast<void**>((static_cast… argument 66 # define IID_PPV_ARG(Itype, ppType) IID_##Itype, (void**)(ppType) argument 67 # define IID_NULL_PPV_ARG(Itype, ppType) IID_##Itype, NULL, (void**)(ppType) argument
|