shell32ApiSHGetDesktopFolder Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static int SHGetDesktopFolder(
out IntPtr ppshf
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHGetDesktopFolder (
<OutAttribute> ByRef ppshf As IntPtr
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHGetDesktopFolder(
[OutAttribute] IntPtr% ppshf
)
[<DllImportAttribute("shell32.dll")>]
static member SHGetDesktopFolder :
ppshf : IntPtr byref -> int
Parameters
- ppshf
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also