Ignore:
Timestamp:
Sep 18, 2000, 12:31:42 AM (25 years ago)
Author:
davidr
Message:

Updates from Wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/oleaut32/iPicture.cpp

    r1824 r4278  
    1 /* $Id: iPicture.cpp,v 1.3 1999-11-23 20:45:23 davidr Exp $ */
     1/* $Id: iPicture.cpp,v 1.4 2000-09-17 22:31:40 davidr Exp $ */
    22/*
    33 * OLE Picture functions
     
    230230
    231231// ----------------------------------------------------------------------
    232 // IPictureImpl_QueryInterface
     232// IPictureImpl_Destructor
    233233// ----------------------------------------------------------------------
    234234static void             IPictureImpl_Destructor(IPictureImpl * This)
     
    578578                                unsigned int* pctinfo)
    579579{
    580     dprintf(("Stub"));
     580    dprintf(("%s: Stub", __FUNCTION__));
    581581    return E_NOTIMPL;
    582582}
     
    588588                                UINT iTInfo, LCID lcid, ITypeInfo** ppTInfo)
    589589{
    590     dprintf(("Stub"));
     590    dprintf(("%s: Stub", __FUNCTION__));
    591591    return E_NOTIMPL;
    592592}
     
    599599                                LCID lcid, DISPID* rgDispId)
    600600{
    601     dprintf(("Stub"));
     601    dprintf(("%s: Stub", __FUNCTION__));
    602602    return E_NOTIMPL;
    603603}
     
    612612                                EXCEPINFO* pExepInfo, UINT* puArgErr)
    613613{
    614     dprintf(("Stub"));
     614    dprintf(("%s: Stub", __FUNCTION__));
    615615    return E_NOTIMPL;
    616616}
     
    653653                                CLSID * pClassID)
    654654{
    655     dprintf(("Stub"));
     655    dprintf(("%s: Stub", __FUNCTION__));
    656656    return E_NOTIMPL;
    657657}
     
    662662static HRESULT WINAPI IPictureImpl_IPersistStream_IsDirty(LPPERSISTSTREAM iface)
    663663{
    664     dprintf(("Stub"));
     664    dprintf(("%s: Stub", __FUNCTION__));
    665665    return E_NOTIMPL;
    666666}
     
    672672                                LPSTREAM pLoadStream)
    673673{
    674     dprintf(("Stub"));
     674    dprintf(("%s: Stub", __FUNCTION__));
    675675    return E_NOTIMPL;
    676676}
     
    682682                                LPSTREAM pOutStream, BOOL fClearDirty)
    683683{
    684     dprintf(("Stub"));
     684    dprintf(("%s: Stub", __FUNCTION__));
    685685    return E_NOTIMPL;
    686686}
     
    692692                                ULARGE_INTEGER * pcbSize)
    693693{
    694     dprintf(("Stub"));
     694    dprintf(("%s: Stub", __FUNCTION__));
    695695    return E_NOTIMPL;
    696696}
Note: See TracChangeset for help on using the changeset viewer.