| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
static WindowsNativeUtil.CreateFileA_createMode |
WindowsNativeUtil.CreateFileA_createMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsNativeUtil.CreateFileA_createMode[] |
WindowsNativeUtil.CreateFileA_createMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
WindowsNativeUtil.CreateFileA(String lpFileName,
int access,
boolean allowDelete,
boolean allowRead,
boolean allowWrite,
WindowsNativeUtil.CreateFileA_createMode openMode,
int attributes)
opens a windows handle for a given path.
|
long |
WindowsNativeUtil.CreateFileW(String lpFileName,
int access,
boolean allowDelete,
boolean allowRead,
boolean allowWrite,
WindowsNativeUtil.CreateFileA_createMode openMode,
int attributes)
opens a windows handle for a given path.
|
Copyright © 2023. All rights reserved.