(SST) ShlWAPI.pas Version 1.08

Developer Reference
(SST)ShlWAPI StrStrNW Function
Does something.
Information X
OK
 
Sorry, this page is still under construction!
We are currently still in the process of designing and completing this page. However, we've completed many other pages.
To avoid opening pages in various stages prior to completion inadvertently, please refer to the Title Index page.
Scope
Global (i.e. this function can be called/accessed from code in any unit that includes/uses (SST)ShlWAPI.pas).
Syntax
function StrStrNW(lpFirst : LPCWSTR; lpSrch : LPCWSTR; cchMax : UINT) : LPCWSTR;  
Parameters
lpFirst [in]  
lpSrch [in]  
cchMax [in]  
Return Values
Always returns 0.  
Remarks
Although the function is exported by name as of ShlWAPI.dll version 6.0 under Windows 2000 and, possibly, earlier Windows versions with IE 6.0, it is erroneously documented as being exported by Shell32.dll and requiring Windows Vista. Furthermore, the first declaration of the function prototype in ShlWAPI.h is enclosed in a compiler directive that uses an undeclared constant ("_WIN32_IE_IE6").
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 (StrStrNW) function only.
Min. ShlWAPI.dll version according to MS SDK doc.: undocumented
Min. ShlWAPI.dll version based on SST research: 6.0
Min. OS version(s) according to Microsoft SDK doc.: Windows Vista
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