Vanara/PInvoke/Lz32
David Hall c37ef68f8b Added unit test and corrected return values in Lz32 2023-02-22 22:56:16 -07:00
..
LzExpand.cs Added unit test and corrected return values in Lz32 2023-02-22 22:56:16 -07:00
Vanara.PInvoke.Lz32.csproj Updated documentation and added package readme files. 2022-05-09 15:56:58 -06:00
pkgreadme.md Updated package readme files 2022-06-14 16:55:29 -06:00
readme.md Updated project files 2022-10-25 11:24:54 -06:00

readme.md

Vanara.PInvoke.Lz32

PInvoke API (methods, structures and constants) imported from Windows Lz32.dll.

  • Includes methods from lz32.dll
  • Current NuGet release: NugetNuget

Methods - 100% API coverage (7 of 7 functions)

Native Method Header Managed Method
GetExpandedName lzexpand.h Vanara.PInvoke.Lz32.GetExpandedName
LZClose lzexpand.h Vanara.PInvoke.Lz32.LZClose
LZCopy lzexpand.h Vanara.PInvoke.Lz32.LZCopy
LZInit lzexpand.h Vanara.PInvoke.Lz32.LZInit
LZOpenFile lzexpand.h Vanara.PInvoke.Lz32.LZOpenFile
LZRead lzexpand.h Vanara.PInvoke.Lz32.LZRead
LZSeek lzexpand.h Vanara.PInvoke.Lz32.LZSeek

Enumerations

Native Enum Header Managed Enum
LZ_OF WinBase.h Vanara.PInvoke.Lz32.LZ_OF
LZERROR lzexpand.h Vanara.PInvoke.Lz32.LZERROR

Structures

Native Structure Header Managed Structure
HLZFILE Vanara.PInvoke.Lz32.HLZFILE