HomeSort by relevance Sort by last modified time
    Searched refs:put_From (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 200 virtual HRESULT WINAPI put_From(BSTR newVal) = 0;
228 HRESULT (WINAPI *put_From)(INewMail *This,BSTR newVal);
258 #define INewMail_put_From(This,newVal) (This)->lpVtbl->put_From(This,newVal)
    [all...]
cdosys.h 402 virtual HRESULT WINAPI put_From(BSTR varFrom) = 0;
470 HRESULT (WINAPI *put_From)(IMessage *This,BSTR varFrom);
540 #define IMessage_put_From(This,varFrom) (This)->lpVtbl->put_From(This,varFrom)
    [all...]
cdoex.h 608 virtual HRESULT WINAPI put_From(BSTR varFrom) = 0;
676 HRESULT (WINAPI *put_From)(IMessage *This,BSTR varFrom);
    [all...]

Completed in 45 milliseconds