Vanara/PInvoke/Lz32
David Hall 2eb7120807 Cleaned code and fixed build issues 2023-09-24 15:26:46 -06:00
..
LzExpand.cs Cleaned code and fixed build issues 2023-09-24 15:26:46 -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