Changeset 21512 for trunk/include/win/shell.h
- Timestamp:
- Dec 6, 2010, 5:24:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/shell.h
r7822 r21512 84 84 */ 85 85 86 #ifdef __WIN32OS2__87 /****************************************************************************88 * STRRET89 */90 #define STRRET_WSTR 0x000091 #define STRRET_OFFSETA 0x000192 #define STRRET_CSTRA 0x000293 #define STRRET_ASTR 0X000394 #define STRRET_OFFSETW 0X000495 #define STRRET_CSTRW 0X000596 97 98 typedef struct _STRRET99 { UINT uType; /* STRRET_xxx */100 union101 { LPWSTR pOleStr; /* OLESTR that will be freed */102 LPSTR pStr;103 UINT uOffset; /* OffsetINT32o SHITEMID (ANSI) */104 char cStr[MAX_PATH]; /* Buffer to fill in */105 WCHAR cStrW[MAX_PATH];106 }u;107 } STRRET,*LPSTRRET;108 #endif109 110 86 #ifdef __cplusplus 111 87 } /* extern "C" */
Note:
See TracChangeset
for help on using the changeset viewer.