Desktop Functions: Smart Device Functions:
|
Search Results for "SHGetSpecialFolderLocation" in [All]Structures1: ITEMIDLIST
shell322: CSIDL
3: CSIDL
/// SHGetSpecialFolderLocation, and SHGetSpecialFolderPath, to retrieve a special folder's path or pointer
static extern int SHGetSpecialFolderLocation(IntPtr hwndOwner, CSIDL nFolder,
Public Function SHGetSpecialFolderLocation(hOwner As IntPtr, _
Public Declare Function SHGetSpecialFolderLocation Lib "shell32.dll" _
SHGetSpecialFolderLocation(IntPtr.Zero, CSIDL.CSIDL_MYVIDEO, ref ptrDirVideo);
static extern int SHGetSpecialFolderLocation(IntPtr hwndOwner, CSIDL nFolder, ref IntPtr ppidl); |