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. |
W32API.HANDLE |
Kernel32.CreateEvent(WinNT.SECURITY_ATTRIBUTES lpEventAttributes,
boolean bManualReset,
boolean bInitialState,
java.lang.String lpName)
|
W32API.HANDLE |
Kernel32.CreateFile(java.lang.String lpFileName,
int dwDesiredAccess,
int dwShareMode,
WinNT.SECURITY_ATTRIBUTES lpSecurityAttributes,
int dwCreationDisposition,
int dwFlagsAndAttributes,
W32API.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. |
W32API.HANDLE |
Kernel32.CreateFileMapping(W32API.HANDLE hFile,
WinNT.SECURITY_ATTRIBUTES lpAttributes,
int flProtect,
int dwMaximumSizeHigh,
int dwMaximumSizeLow,
java.lang.String lpName)
|
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)
|