Home
last modified time | relevance | path

Searched refs:nValue (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DReg.cpp51 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue) in WriteRegistryInt() argument
54 (LPBYTE) &nValue, sizeof (nValue)) == ERROR_SUCCESS; in WriteRegistryInt()
H A DVisVim.h26 bool WriteRegistryInt (HKEY hSectionKey, char* Entry, int nValue);