![]() |
(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 SHRegGetIntW(hk : HKEY; szKey : LPCWSTR; iDefault : Integer) : Integer; |
Parameters | |
---|---|
hk [in] | |
szKey [in] | |
iDefault [in] |
Return Values | |
---|---|
Always returns 0. |
Remarks |
---|
Exported by name as of ShlWAPI.dll 6.0 under Vista, but incorrectly documented as being exported by name as of Win 2000 SP 3, Windows Server 2003 SP 1, and Windows XP. However, function is documented as being accessible by means of its ordinal (280) under ShlWAPI.dll and OS versions that do not export it by name. Furthermore, the function prototype in ShlWAPI.h ought to be enclosed in "#if (_WIN32_IE >= _WIN32_IE_IE501) ... #endif" (assuming that the min. OS version is correct). |
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 (SHRegGetIntWW) function only. |
Min. ShlWAPI.dll version according to MS SDK doc.: | undocumented |
Min. ShlWAPI.dll version based on SST research: | unknown |
Min. OS version(s) according to Microsoft SDK doc.: | Windows 2000 |
Min. OS version(s) according to SST research.: | Unknown |
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 |