Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
10 lines
353 B
Go
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
|