Uses of Class
cool.scx.ffm.type.mapper.IntMapper
Packages that use IntMapper
-
Uses of IntMapper in cool.scx.ffm.platform.win32
Methods in cool.scx.ffm.platform.win32 with parameters of type IntMapperModifier and TypeMethodDescriptionbooleanKernel32.GetConsoleMode(MemorySegment hConsoleHandle, IntMapper lpMode) intAdvapi32.RegEnumValueW(int hKey, int dwIndex, char[] lpValueName, IntMapper lpcchValueName, IntMapper lpReserved, IntMapper lpType, MemorySegment lpData, IntMapper lpcbData) intAdvapi32.RegOpenKeyExA(int hKey, String lpSubKey, int ulOptions, int samDesired, IntMapper phkResult) intAdvapi32.RegQueryInfoKeyW(int hKey, char[] lpClass, IntMapper lpcchClass, IntMapper lpReserved, IntMapper lpcSubKeys, IntMapper lpcbMaxSubKeyLen, IntMapper lpcbMaxClassLen, IntMapper lpcValues, IntMapper lpcbMaxValueNameLen, IntMapper lpcbMaxValueLen, IntMapper lpcbSecurityDescriptor, FILETIME lpftLastWriteTime) intAdvapi32.RegQueryValueExA(int hKey, String lpValueName, int lpReserved, IntMapper lpType, IntMapper lpData, IntMapper lpcbData) intAdvapi32.RegQueryValueExA(int hKey, String lpValueName, int lpReserved, IntMapper lpType, MemorySegment lpData, IntMapper lpcbData)