Ignore:
Timestamp:
Aug 30, 2001, 9:19:59 PM (24 years ago)
Author:
phaller
Message:

SHLWAPI update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/url_odin.cpp

    r5618 r6608  
    1 /* $Id: url_odin.cpp,v 1.1 2001-04-28 13:32:38 sandervl Exp $ */
     1/* $Id: url_odin.cpp,v 1.2 2001-08-30 19:19:59 phaller Exp $ */
    22
    33/*
     
    159159  return S_OK;
    160160}
    161 
    162 
    163 /**
    164  * @status      partially
    165  */
    166 ODINFUNCTION4(HRESULT, UrlApplySchemeW,
    167               LPCWSTR, pszIn,
    168               LPWSTR,  pszOut,
    169               LPDWORD, pcchOut,
    170               DWORD,   dwFlags)
    171 {
    172   dprintf(("not implemented."));
    173 
    174   wcsncpy((wchar_t*)pszOut,
    175           (wchar_t*)pszIn,
    176           *pcchOut);
    177   *pcchOut = 0;
    178 
    179   return S_OK;
    180 }
    181 
    182 
    183 
    184161
    185162
Note: See TracChangeset for help on using the changeset viewer.