.
static extern int SHGetKnownFolderPath(
.
Private Shared Function SHGetKnownFolderPath(
.
if ( SHGetKnownFolderPath( KnownFolder.PublicDesktop, 0, IntPtr.Zero, out pPath ) == 0 )
.
If SHGetKnownFolderPath(folderGuid, 0, Nothing, myPath) <> 0 Then
.