w32api

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const (
	FindStreamInfoStandard = 0
)

Variables

This section is empty.

Functions

func FindClose

func FindClose(findFile windows.Handle) (err error)

Types

type WIN32_FIND_STREAM_DATA

type WIN32_FIND_STREAM_DATA struct {
	StreamSize int64
	StreamName [windows.MAX_PATH + 36]uint16 // ":streamname:$streamtype", possible $streamtype: $DATA, $INDEX_ALLOCATION, $BITMAP
}

func FindFirstStream

func FindFirstStream(fileName string, infoLevel int32, flags uint32) (hnd windows.Handle, data WIN32_FIND_STREAM_DATA, err error)

func FindNextStream

func FindNextStream(findStream windows.Handle) (data WIN32_FIND_STREAM_DATA, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL