SHGetDesktopFolder function shell32

int SHGetDesktopFolder(
  1. Pointer<Pointer<COMObject>> ppshf
)

Retrieves the IShellFolder interface for the desktop folder, which is the root of the Shell's namespace.

SHSTDAPI SHGetDesktopFolder(
  IShellFolder **ppshf
);

Implementation

int SHGetDesktopFolder(Pointer<Pointer<COMObject>> ppshf) =>
    _SHGetDesktopFolder(ppshf);