shell32ApiSHGetFolderLocation Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static int SHGetFolderLocation(
IntPtr hwndOwner,
int nFolder,
IntPtr hToken,
uint dwReserved,
out IntPtr ppidl
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHGetFolderLocation (
hwndOwner As IntPtr,
nFolder As Integer,
hToken As IntPtr,
dwReserved As UInteger,
<OutAttribute> ByRef ppidl As IntPtr
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHGetFolderLocation(
IntPtr hwndOwner,
int nFolder,
IntPtr hToken,
unsigned int dwReserved,
[OutAttribute] IntPtr% ppidl
)
[<DllImportAttribute("shell32.dll")>]
static member SHGetFolderLocation :
hwndOwner : IntPtr *
nFolder : int *
hToken : IntPtr *
dwReserved : uint32 *
ppidl : IntPtr byref -> int
Parameters
- hwndOwner
- Type: SystemIntPtr
- nFolder
- Type: SystemInt32
- hToken
- Type: SystemIntPtr
- dwReserved
- Type: SystemUInt32
- ppidl
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also