(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 SHCreateStreamOnFileEx(pszFile : LPCWSTR; grfMode : DWORD; dwAttributes : DWORD; fCreate : BOOL; pstmTemplate : IStream; VAR ppstm : IStream) : HRESULT; |
Parameters | |
---|---|
pszFile [in] | |
grfMode [in] | |
dwAttributes [in] | |
fCreate [in] | |
pstmTemplate [in] | |
ppstm [out] |
Return Values | |
---|---|
Always returns 0. |
Remarks |
---|
Presumably minor documentation error. Function appears to be exported as of IE 6.0 under Win 2000 and, possibly, earlier Windows versions, but is documented as requiring Windows XP. The documented min. OS version ought to be corrected to include all versions under which the function is supported. |
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 (SHCreateStreamOnFileEx) function only. |
Min. ShlWAPI.dll version according to MS SDK doc.: | 6.0 |
Min. ShlWAPI.dll version based on SST research: | 6.0 |
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 07.12.2023 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2015 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |