![]() |
(SST) ShlWAPI.pas Version 1.08 |
---|---|
Developer Reference |
Does something. |
Information |
![]() |
||||||
---|---|---|---|---|---|---|---|
![]() |
|||||||
|
Scope |
---|
Global (i.e. this function can be called/accessed from code in any unit that includes/uses (SST)ShlWAPI.pas). |
Syntax | |
---|---|
function SHLoadIndirectString(pszSource : LPCWSTR; pszOutBuf : LPWSTR; cchOutBuf : UINT; VAR ppvReserved : Pointer) : HRESULT; |
Parameters | |
---|---|
pszSource [in] | |
pszOutBuf [out] | |
cchOutBuf [in/out] | |
ppvReserved |
Return Values | |
---|---|
Always returns 0. |
Remarks |
---|
Possible documentation or declaration error. If the function is actually available as of IE 5.5, the min. OS version ought to be corrected (Windows XP shipped with IE 6.0) to include all supported OS versions . Otherwise, the declaration ought to be enclosed in "#if (_WIN32_IE >= _WIN32_IE_IE60) or #if (_WIN32_IE >= _WIN32_IE_XP) ... #endif" |
Remark 2. |
Example |
---|
Sample code |
Requirements | |
---|---|
Unit: | Declared and imported in (SST)ShlWAPI.pas |
Library: | (SST)ShlWAPI.dcu/(SST)ShlWAPI.obj |
Unicode: | Implemented as Unicode (SHLoadIndirectString) function only. |
Min. ShlWAPI.dll version according to MS SDK doc.: | 5.5 |
Min. ShlWAPI.dll version based on SST research: | unknown |
Min. OS version(s) according to Microsoft SDK doc.: | Windows XP |
Min. OS version(s) according to SST research.: | Windows 2000 with IE 6 |
See Also |
---|
TSSTNewClass.Create, SSTNewUnit |
Windows APIs: GetLastError, SetLastError |
Document/Contents version 1.00 Page/URI last updated on May 04, 2022 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2015 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |