Package | Description |
---|---|
org.eclipse.swt.internal.win32 |
Modifier and Type | Field and Description |
---|---|
FILETIME |
CERT_INFO.NotAfter |
FILETIME |
CERT_INFO.NotBefore |
Modifier and Type | Method and Description |
---|---|
static boolean |
OS.FileTimeToSystemTime(FILETIME lpFileTime,
SYSTEMTIME lpSystemTime) |
static int |
OS.RegEnumKeyEx(long hKey,
int dwIndex,
TCHAR lpName,
int[] lpcName,
int[] lpReserved,
TCHAR lpClass,
int[] lpcClass,
FILETIME lpftLastWriteTime) |
static int |
OS.RegEnumKeyExA(long hKey,
int dwIndex,
byte[] lpName,
int[] lpcName,
int[] lpReserved,
byte[] lpClass,
int[] lpcClass,
FILETIME lpftLastWriteTime) |
static int |
OS.RegEnumKeyExW(long hKey,
int dwIndex,
char[] lpName,
int[] lpcName,
int[] lpReserved,
char[] lpClass,
int[] lpcClass,
FILETIME lpftLastWriteTime) |
Copyright © 2017. All Rights Reserved.