these do not exist. they are used for fixing and getting specialfolder paths in 
vista+

        //SHGetKnownFolderPath  
http://msdn.microsoft.com/en-us/library/bb762188%28v=vs.85%29.aspx
        //KNOWN_FOLDER_FLAG  
http://msdn.microsoft.com/en-us/library/dd378447%28v=vs.85%29.aspx
        //KNOWNFOLDERID  
http://msdn.microsoft.com/en-us/library/dd378457(v=vs.85).aspx


the deprecated function is there, but does not work in vista+,  only 2000/xp.

namely these exist:
        //SHGetSpecialFolderPath  
http://msdn.microsoft.com/en-us/library/bb762204%28VS.85%29.aspx
        //CSIDL  
http://msdn.microsoft.com/en-us/library/bb762494%28v=VS.85%29.aspx


 
-------------
Jim Michaels
jmich...@yahoo.com
j...@renewalcomputerservices.com
http://RenewalComputerServices.com
http://JesusnJim.com (my personal site, has software)
---
IEC Units: Computer RAM & SSD measurements, microsoft disk size measurements 
(note: they will say GB or MB or KB or TB when it is IEC Units!):
[KiB] [MiB] [GiB] [TiB]
[2^10B=1,024^1B=1KiB]
[2^20B=1,024^2B=1,048,576B=1MiB]
[2^30B=1,024^3B=1,073,741,824B=1GiB]
[2^40B=1,024^4B=1,099,511,627,776B=1TiB]
[2^50B=1,024^5B=1,125,899,906,842,624B=1PiB]
SI Units: Hard disk industry disk size measurements:

[KB] [MB] [GB] [TB]
[10^3B=1,000B=1KB]
[10^6B=1,000,000B=1MB]
[10^9B=1,000,000,000B=1GB]
[10^12B=1,000,000,000,000B=1TB]
[10^15B=1,000,000,000,000,000B=1PB]
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to