Vanara/PInvoke/Lz32
David Hall 075b9046f8 Updated project files 2022-10-25 11:24:54 -06:00
..
LzExpand.cs Changed all dll references to lowercase to avoid new .NET 5 behavior (fixes #235) 2021-06-24 11:14:34 -06: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