Searched defs:get_AddressName (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtapi3if.h1253 virtual HRESULT WINAPI get_AddressName(BSTR *ppName) = 0;
1279 HRESULT (WINAPI *get_AddressName)(ITAddress *This,BSTR *ppName); member in struct:ITAddressVtbl
1307 #define ITAddress_get_AddressName(This,ppName) (This)->lpVtbl->get_AddressName(This,ppName)
1383 HRESULT (WINAPI *get_AddressName)(ITAddress2 *This,BSTR *ppName); member in struct:ITAddress2Vtbl
1421 #define ITAddress2_get_AddressName(This,ppName) (This)->lpVtbl->get_AddressName(This,ppName)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtapi3if.h1253 virtual HRESULT WINAPI get_AddressName(BSTR *ppName) = 0;
1279 HRESULT (WINAPI *get_AddressName)(ITAddress *This,BSTR *ppName); member in struct:ITAddressVtbl
1307 #define ITAddress_get_AddressName(This,ppName) (This)->lpVtbl->get_AddressName(This,ppName)
1383 HRESULT (WINAPI *get_AddressName)(ITAddress2 *This,BSTR *ppName); member in struct:ITAddress2Vtbl
1421 #define ITAddress2_get_AddressName(This,ppName) (This)->lpVtbl->get_AddressName(This,ppName)

Completed in 73 milliseconds