Changeset 258 for Include/api_shell.sbp
- Timestamp:
- May 21, 2007, 1:03:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_shell.sbp
r170 r258 374 374 375 375 ' ShlObj.h 376 377 '要IE4 376 378 Declare Function SHGetSpecialFolderPath Lib "shell32" Alias _FuncName_SHGetSpecialFolderPath (hwndOwner As HWND, lpszPath As LPTSTR, nFolder As Long, fCreate As BOOL) As BOOL 377 379 … … 379 381 Declare Function SHGetInstanceExplorer Lib "shell32" (ByRef ppunk As *IUnknown) As HRESULT 380 382 381 Const CSIDL_PERSONAL = 5 382 Const CSIDL_FAVORITIES = 6 383 'shlobj.h 384 Declare Function SHGetSpecialFolderLocation Lib "shell32" (hwndOwner As HWND, nFolder As Long, ByRef pidl As LPITEMIDLIST) As HRESULT 385 386 'shlobj.h 387 '要Win2k/Me 388 'Declare Function SHGetFolderLocation Lib "shell32" (hwndOwner As HWND, nFolder As Long, hToken As HANDLE, dwReserved As DWord, ByRef pidl As LPITEMIDLIST) As HRESULT 389 390 Const CSIDL_DESKTOP = &h0000 391 Const CSIDL_INTERNET = &h0001 392 Const CSIDL_PROGRAMS = &h0002 393 Const CSIDL_CONTROLS = &h0003 394 Const CSIDL_PRINTERS = &h0004 395 Const CSIDL_PERSONAL = &h0005 396 Const CSIDL_FAVORITES = &h0006 397 Const CSIDL_STARTUP = &h0007 398 Const CSIDL_RECENT = &h0008 399 Const CSIDL_SENDTO = &h0009 400 Const CSIDL_BITBUCKET = &h000a 401 Const CSIDL_STARTMENU = &h000b 402 Const CSIDL_MYMUSIC = &h000d 403 Const CSIDL_DESKTOPDIRECTORY = &h0010 404 Const CSIDL_DRIVES = &h0011 405 Const CSIDL_NETWORK = &h0012 406 Const CSIDL_NETHOOD = &h0013 407 Const CSIDL_FONTS = &h0014 408 Const CSIDL_TEMPLATES = &h0015 409 Const CSIDL_COMMON_STARTMENU = &h0016 410 Const CSIDL_COMMON_PROGRAMS = &h0017 411 Const CSIDL_COMMON_STARTUP = &h0018 412 Const CSIDL_COMMON_DESKTOPDIRECTORY = &h0019 413 Const CSIDL_APPDATA = &h001a 414 Const CSIDL_PRINTHOOD = &h001b 415 Const CSIDL_LOCAL_APPDATA = &h001c 416 Const CSIDL_ALTSTARTUP = &h001d 417 Const CSIDL_COMMON_ALTSTARTUP = &h001e 418 Const CSIDL_COMMON_FAVORITES = &h001f 419 Const CSIDL_INTERNET_CACHE = &h0020 420 Const CSIDL_COOKIES = &h0021 421 Const CSIDL_HISTORY = &h0022 422 Const CSIDL_COMMON_APPDATA = &h0023 423 Const CSIDL_WINDOWS = &h0024 424 Const CSIDL_SYSTEM = &h0025 425 Const CSIDL_PROGRAM_FILES = &h0026 426 Const CSIDL_MYPICTURES = &h0027 427 Const CSIDL_PROFILE = &h0028 428 Const CSIDL_PROGRAM_FILES_COMMON = &h002b 429 Const CSIDL_COMMON_TEMPLATES = &h002d 430 Const CSIDL_COMMON_DOCUMENTS = &h002e 431 Const CSIDL_COMMON_ADMINTOOLS = &h002f 432 Const CSIDL_ADMINTOOLS = &h0030 383 433 384 434 Const SHGFI_ICON = &H000000100
Note:
See TracChangeset
for help on using the changeset viewer.