| Trees | Indices | Help |
|---|
|
|
1 #shlobj.py 2 #A part of NonVisual Desktop Access (NVDA) 3 #Copyright (C) 2006-2009 NVDA Contributors <http://www.nvda-project.org/> 4 #This file is covered by the GNU General Public License. 5 #See the file COPYING for more details. 6 7 from ctypes import * 8 from ctypes.wintypes import * 9 10 shell32 = windll.shell32 11 12 MAX_PATH = 260 13 14 CSIDL_APPDATA = 0x001a 15 CSIDL_COMMON_APPDATA = 0x0023 16 22
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:46:13 2011 | http://epydoc.sourceforge.net |