FactoryXCode / MfPack

Delphi translations for Microsoft Media Foundation and related API's
Mozilla Public License 2.0
80 stars 22 forks source link

Update WinApi.WinError #28

Closed Ciaran3 closed 2 years ago

Ciaran3 commented 2 years ago

Fix parameters for functions SUCCEEDED and FAILED. Previous code raises range check errors with certain checks. E.g - E_POINTER

Also fixed Win64 compilation of WinApi.DirectX.DxVa.

FactoryXCode commented 2 years ago

Thanks!