Desktop Functions: Smart Device Functions:
|
Search Results for "shgetfolderlocation" in [All]shell321: CSIDL
/// A CSIDL is used in conjunction with one of four Shell functions, SHGetFolderLocation, SHGetFolderPath,
/// My Documents folder in the namespace. To access that virtual folder, use SHGetFolderLocation, which returns the
// use SHGetFolderLocation, which returns the ITEMIDLIST for the
Private Shared Function SHGetFolderLocation(hwndOwner As IntPtr, nFolder As Integer,
SHGetFolderLocation(IntPtr.Zero, CInt(csidlInt), IntPtr.Zero, 0, ptr)
SHGetFolderLocation(IntPtr.Zero, CInt(CplCsidl), IntPtr.Zero, 0, ptrLoc)
SHGetFolderLocation(IntPtr.Zero, CInt(pcCsidl), IntPtr.Zero, 0, ptrLoc) |