Files
cgofuse/winfsp/package.go
2025-07-21 00:21:22 -03:00

10 lines
353 B
Go

// Package winfsp is the native binding API for WinFSP.
//
// It's API definition conforms to the descriptions in
// https://github.com/winfsp/winfsp/wiki/WinFsp-API-winfsp.h,
// while we invoke the API in a DLLProc+NonCGO manner.
//
// The API interfaces are only usable on windows, since
// they refers to the native API on winfsp.dll.
package winfsp