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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dasptlb.h396 virtual HRESULT WINAPI put_Item(VARIANT key,BSTR bstrValue) = 0;
414 HRESULT (WINAPI *put_Item)(IWriteCookie *This,VARIANT key,BSTR bstrValue); member in struct:IWriteCookieVtbl
434 #define IWriteCookie_put_Item(This,key,bstrValue) (This)->lpVtbl->put_Item(This,key,bstrValue)
640 virtual HRESULT WINAPI put_Item(VARIANT VarKey,VARIANT var) = 0;
659 HRESULT (WINAPI *put_Item)(IVariantDictionary *This,VARIANT VarKey,VARIANT var); member in struct:IVariantDictionaryVtbl
680 #define IVariantDictionary_put_Item(This,VarKey,var) (This)->lpVtbl->put_Item(This,VarKey,var)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dasptlb.h396 virtual HRESULT WINAPI put_Item(VARIANT key,BSTR bstrValue) = 0;
414 HRESULT (WINAPI *put_Item)(IWriteCookie *This,VARIANT key,BSTR bstrValue); member in struct:IWriteCookieVtbl
434 #define IWriteCookie_put_Item(This,key,bstrValue) (This)->lpVtbl->put_Item(This,key,bstrValue)
640 virtual HRESULT WINAPI put_Item(VARIANT VarKey,VARIANT var) = 0;
659 HRESULT (WINAPI *put_Item)(IVariantDictionary *This,VARIANT VarKey,VARIANT var); member in struct:IVariantDictionaryVtbl
680 #define IVariantDictionary_put_Item(This,VarKey,var) (This)->lpVtbl->put_Item(This,VarKey,var)

Completed in 37 milliseconds