Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const (
FindStreamInfoStandard = 0
)
Variables ¶
This section is empty.
Functions ¶
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 FindNextStream ¶
func FindNextStream(findStream windows.Handle) (data WIN32_FIND_STREAM_DATA, err error)
Click to show internal directories.
Click to hide internal directories.