RE: [GD-Windows] Security/access when writing to registry
Brought to you by:
vexxed72
From: Dale F. <df...@op...> - 2003-01-24 12:22:09
|
> Are you sure this is true for Windows 98? From MSDN, "Shell and Common > Controls Versions" (MSDN\Shellcc.chm::/shellcc/Shell/versions.htm): > > "All Windows 98 systems have version 4.72 of Shell32.dll." > > It _is_ true for Windfows 95, though. SHGetFolderPath requires shell32.dll version 5.0 or later. SHGetFolderPath can only be accessed on Windows 98 through the ShFolder.dll redistributable. http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference /functions/shgetfolderpath.asp?frame=true - Dale |