Uses of Class
de.ibapl.jnhw.winapi.WinDef.LPBYTE
-
Packages that use WinDef.LPBYTE Package Description de.ibapl.jnhw.winapi -
-
Uses of WinDef.LPBYTE in de.ibapl.jnhw.winapi
Methods in de.ibapl.jnhw.winapi with parameters of type WinDef.LPBYTE Modifier and Type Method Description static longWinreg. RegEnumValueW(WinDef.HKEY hKey, int dwIndex, Winnt.LPWSTR lpValueName, IntRef lpType, WinDef.LPBYTE lpData)RegEnumValueW Enumerates the values for the specified open registry key.The function copies one indexed value name and data block for the key each time it is called.static StringWinnt.LPWSTR. stringValueOfNullTerminated(WinDef.LPBYTE lpData)Skip the last two 0 bytes aka the last 0 char
-