3 references to CopyTo
System.Private.Windows.Core (3)
Windows.Win32.IStorage.g.cs (1)
284 return __object.CopyTo(ciidExclude, rgiidExclude, snbExclude, pstgDest);
Windows.Win32.System_Com_StructuredStorage_IStorage_Extensions.g.cs (2)
66 /// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IStorage.Interface.CopyTo(uint, global::System.Guid*, ushort**, winmdroot.System.Com.StructuredStorage.IStorage*)"/> 71 winmdroot.Foundation.HRESULT __result = @this.CopyTo((uint )rgiidExclude.Length, rgiidExcludeLocal, snbExclude, pstgDest);