-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use IStorage*/IStream* Instead of Interface (#8105)
* Use IStream* instead of Interface where appropriate * Use IStorage* and Remove LockBytesWrapper * Return accurate HRESULT for IPersistStorage Load/Save * Add finalizer to AxHost.State
- Loading branch information
Showing
23 changed files
with
197 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
src/System.Windows.Forms.Primitives/src/Interop/Ole32/Interop.CreateILockBytesOnHGlobal.cs
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/System.Windows.Forms.Primitives/src/Interop/Ole32/Interop.GetHGlobalFromILockBytes.cs
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
src/System.Windows.Forms.Primitives/src/Interop/Ole32/Interop.STATSTG.cs
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/System.Windows.Forms.Primitives/src/Interop/Ole32/Interop.STGM.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
...System.Windows.Forms.Primitives/src/Interop/Ole32/Interop.StgCreateDocfileOnILockBytes.cs
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/System.Windows.Forms.Primitives/src/Interop/Ole32/Interop.StgOpenStorageOnILockBytes.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
src/System.Windows.Forms.Primitives/src/Interop/WinFormsComWrappers.LockBytesWrapper.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.