[DllImport("ole32.dll", SetLastError = true)] public static extern int StgOpenAsyncDocfileOnIFillLockBytes( IFillLockBytes pflb, uint grfMode, uint reserved, out IStorage ppstgOpen );
Microsoft documentation: Link
Last updated 1 year ago