Re: [Mingw-w64-public] [RFC PATCH] headers: Add robuffer.idl to generate robuffer.h

2022-12-26 Thread LIU Hao
在 2022-12-25 23:27, Alvin Wong via Mingw-w64-public 写道: Signed-off-by: Alvin Wong --- Implemented according to https://learn.microsoft.com/en-us/windows/win32/api/robuffer/. This file defines the Windows::Storage::Streams::IBufferByteAccess interface which implementors of (ABI::)Windows::Storage

[Mingw-w64-public] [RFC PATCH] headers: Add robuffer.idl to generate robuffer.h

2022-12-25 Thread Alvin Wong via Mingw-w64-public
Signed-off-by: Alvin Wong --- Implemented according to https://learn.microsoft.com/en-us/windows/win32/api/robuffer/. This file defines the Windows::Storage::Streams::IBufferByteAccess interface which implementors of (ABI::)Windows::Storage::Streams::IBuffer must also implement. The Windows SDK d