3 references to MoveElementTo
System.Private.Windows.Core (3)
Windows.Win32.IStorage.g.cs (1)
345 return __object.MoveElementTo(pwcsName, pstgDest, pwcsNewName, grfFlags);
Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (2)
76 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.MoveElementTo(winmdroot.Foundation.PCWSTR, winmdroot.System.Com.StructuredStorage.IStorage*, winmdroot.Foundation.PCWSTR, uint)"/> 83 winmdroot.Foundation.HRESULT __result = @this.MoveElementTo(pwcsNameLocal, pstgDest, pwcsNewNameLocal, grfFlags);