Ignore:
Timestamp:
Nov 12, 2003, 3:05:47 PM (22 years ago)
Author:
sandervl
Message:

DT: Resource updates ; Shell file operations updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/shellapi.h

    r10162 r10314  
    166166typedef WORD PRINTEROP_FLAGS;
    167167
     168typedef struct _SHNAMEMAPPINGW {
     169    LPWSTR pszOldPath;
     170    LPWSTR pszNewPath;
     171    int   cchOldPath;
     172    int   cchNewPath;
     173} SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW;
     174
    168175typedef struct _SHFILEOPSTRUCTA
    169176{ HWND          hwnd;
Note: See TracChangeset for help on using the changeset viewer.