[DllImport("shell32.dll")] static extern int SHGetDesktopFolder(ref IShellFolder ppshf);
<DllImport("shell32.dll")> _ Function SHGetDesktopFolder(ByRef ppshf As IShellFolder) As Integer End Function
Última actualización hace 1 año