Contains strings returned from IShellFolder methods, such as GetDisplayNameOf.
typedef struct _STRRET { // str UINT uType; union { LPWSTR pOleStr; // pointer to OLE string to free UINT uOffset; // offset into item identifier list char cStr[MAX_PATH]; // buffer to receive the display name } DUMMYUNIONNAME;
} STRRET, *LPSTRRET;
STRRET_CSTR |
The string is returned in cStr. |
STRRET_OFFSET |
The string is located at uOffset bytes from the beginning of the item identifier list. |
STRRET_WSTR |
The string is at the address pointed to by pOleStr. |
The system may or may not provide the display name in the desired format. When IShellFolder::GetDisplayNameOf returns, the uType member indicates the format.
IShellFolder::GetDisplayNameOf
file: /Techref/os/win/api/win32/struc/src/str20_37.htm, 2KB, , updated: 2000/4/7 11:14, local time: 2024/11/7 08:34,
18.227.107.146:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/struc/src/str20_37.htm"> STRRET</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.