com.sun.jna.examples.win32

Class Kernel32.FILE_NOTIFY_INFORMATION

public static class Kernel32.FILE_NOTIFY_INFORMATION extends Structure

This structure is non-trivial since it is a pattern stamped into a large block of result memory rather than something that stands alone or is used for input.
Field Summary
intAction
char[]FileName
intFileNameLength
intNextEntryOffset
Constructor Summary
FILE_NOTIFY_INFORMATION(int size)
Method Summary
StringgetFilename()
WARNING: this filename may be either the short or long form of the filename.
Kernel32.FILE_NOTIFY_INFORMATIONnext()
voidread()

Field Detail

Action

public int Action

FileName

public char[] FileName

FileNameLength

public int FileNameLength

NextEntryOffset

public int NextEntryOffset

Constructor Detail

FILE_NOTIFY_INFORMATION

public FILE_NOTIFY_INFORMATION(int size)

Method Detail

getFilename

public String getFilename()
WARNING: this filename may be either the short or long form of the filename.

next

public Kernel32.FILE_NOTIFY_INFORMATION next()

read

public void read()
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.