com.sun.jna.examples.win32
public static class Kernel32.FILE_NOTIFY_INFORMATION extends Structure
| Field Summary | |
|---|---|
| int | Action |
| char[] | FileName |
| int | FileNameLength |
| int | NextEntryOffset |
| Constructor Summary | |
|---|---|
| FILE_NOTIFY_INFORMATION(int size) | |
| Method Summary | |
|---|---|
| String | getFilename() WARNING: this filename may be either the short or long form
of the filename. |
| Kernel32.FILE_NOTIFY_INFORMATION | next() |
| void | read() |