Ignore:
Timestamp:
Feb 15, 2002, 6:18:52 PM (24 years ago)
Author:
sandervl
Message:

Wine 20020215 resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/itemmoniker.c

    r6711 r7926  
    557557                    tempMkComposite=*ppmkComposite;
    558558                    IMoniker_AddRef(tempMkComposite);
    559 }
     559                }
    560560                return res;
    561561            }
     
    646646        for (i = len ; i > 0; i--) {
    647647            h = (h * 37) + val[off++];
    648 }
     648        }
    649649    } else {
    650650        /* only sample some characters */
     
    748748
    749749        IMoniker_Release(compositeMk);
    750 }
     750    }
    751751
    752752    return res;
     
    858858    else{
    859859        /* Otherwise, the method calls IMoniker::BindToObject on the pmkToLeft parameter, requesting an */
    860         /* IParseDisplayName interface pointer to the object identified by the moniker, and passes the display */        /* name to IParseDisplayName::ParseDisplayName */
     860        /* IParseDisplayName interface pointer to the object identified by the moniker, and passes the display */
     861        /* name to IParseDisplayName::ParseDisplayName */
    861862        res=IMoniker_BindToObject(pmkToLeft,pbc,NULL,&IID_IOleItemContainer,(void**)&poic);
    862863
     
    872873            IParseDisplayName_Release(ppdn);
    873874        }
    874 }
     875    }
    875876    return res;
    876877}
     
    952953
    953954/******************************************************************************
    954  *        CreateItemMoniker     [OLE.55]
     955 *        CreateItemMoniker     [OLE32.58]
    955956 ******************************************************************************/
    956957HRESULT WINAPI CreateItemMoniker(LPCOLESTR lpszDelim,LPCOLESTR  lpszItem, LPMONIKER * ppmk)
Note: See TracChangeset for help on using the changeset viewer.