- Timestamp:
- Aug 27, 2000, 4:08:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shellord.cpp
r4032 r4102 1 /* $Id: shellord.cpp,v 1.1 0 2000-08-18 02:01:22 phallerExp $ */1 /* $Id: shellord.cpp,v 1.11 2000-08-27 14:08:18 sandervl Exp $ */ 2 2 /* 3 3 * The parameters of many functions changes between different OS versions … … 727 727 return TRUE; 728 728 } 729 /*************************************************************************730 * StrRetToStrN [SHELL32.96]731 *732 * converts a STRRET to a normal string733 *734 * NOTES735 * the pidl is for STRRET OFFSET736 */737 HRESULT WINAPI StrRetToBufA (LPSTRRET src, LPITEMIDLIST pidl, LPSTR dest, DWORD len)738 {739 return StrRetToStrNA(dest, len, src, pidl);740 }741 742 HRESULT WINAPI StrRetToBufW (LPSTRRET src, LPITEMIDLIST pidl, LPWSTR dest, DWORD len)743 {744 return StrRetToStrNW(dest, len, src, pidl);745 }746 729 747 730
Note:
See TracChangeset
for help on using the changeset viewer.