Methods in com.sun.jna.platform.win32 with parameters of type WinNT.SECURITY_ATTRIBUTES |
boolean |
Kernel32.CreateDirectory(java.lang.String lpPathName,
WinNT.SECURITY_ATTRIBUTES lpSecurityAttributes)
The CreateDirectory function creates a new directory. |
WinNT.HANDLE |
Kernel32.CreateEvent(WinNT.SECURITY_ATTRIBUTES lpEventAttributes,
boolean bManualReset,
boolean bInitialState,
java.lang.String lpName)
Creates or opens a named or unnamed event object. |
WinNT.HANDLE |
Kernel32.CreateFile(java.lang.String lpFileName,
int dwDesiredAccess,
int dwShareMode,
WinNT.SECURITY_ATTRIBUTES lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
WinNT.HANDLE hTemplateFile)
The CreateFile function creates or opens a file, file stream, directory, physical
disk, volume, console buffer, tape drive, communications resource, mailslot, or
named pipe. |
WinNT.HANDLE |
Kernel32.CreateFileMapping(WinNT.HANDLE hFile,
WinNT.SECURITY_ATTRIBUTES lpAttributes,
int flProtect,
int dwMaximumSizeHigh,
int dwMaximumSizeLow,
java.lang.String lpName)
Creates or opens a named or unnamed file mapping object for a specified file. |
int |
Advapi32.RegCreateKeyEx(WinReg.HKEY hKey,
java.lang.String lpSubKey,
int Reserved,
java.lang.String lpClass,
int dwOptions,
int samDesired,
WinNT.SECURITY_ATTRIBUTES lpSecurityAttributes,
WinReg.HKEYByReference phkResult,
com.sun.jna.ptr.IntByReference lpdwDisposition)
|