Changeset 7926 for trunk/src/ole32/itemmoniker.c
- Timestamp:
- Feb 15, 2002, 6:18:52 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/ole32/itemmoniker.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/itemmoniker.c
r6711 r7926 557 557 tempMkComposite=*ppmkComposite; 558 558 IMoniker_AddRef(tempMkComposite); 559 }559 } 560 560 return res; 561 561 } … … 646 646 for (i = len ; i > 0; i--) { 647 647 h = (h * 37) + val[off++]; 648 }648 } 649 649 } else { 650 650 /* only sample some characters */ … … 748 748 749 749 IMoniker_Release(compositeMk); 750 }750 } 751 751 752 752 return res; … … 858 858 else{ 859 859 /* 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 */ 861 862 res=IMoniker_BindToObject(pmkToLeft,pbc,NULL,&IID_IOleItemContainer,(void**)&poic); 862 863 … … 872 873 IParseDisplayName_Release(ppdn); 873 874 } 874 }875 } 875 876 return res; 876 877 } … … 952 953 953 954 /****************************************************************************** 954 * CreateItemMoniker [OLE .55]955 * CreateItemMoniker [OLE32.58] 955 956 ******************************************************************************/ 956 957 HRESULT WINAPI CreateItemMoniker(LPCOLESTR lpszDelim,LPCOLESTR lpszItem, LPMONIKER * ppmk)
Note:
See TracChangeset
for help on using the changeset viewer.
