SHGetDesktopFolder

C# Signature:

[DllImport("shell32.dll")]
static extern int SHGetDesktopFolder(ref IShellFolder ppshf);

VB Signature:

<DllImport("shell32.dll")> _
  Function SHGetDesktopFolder(ByRef ppshf As IShellFolder) As Integer
  End Function

Última actualización