| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| 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.