Searched refs:hroot (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 356 HKEY hroot; in icvSaveWindowPos() local 364 …_USER, rootKey, 0, NULL, REG_OPTION_NON_VOLATILE, KEY_READ+KEY_WRITE, 0, &hroot, NULL) != ERROR_SU… in icvSaveWindowPos() 372 … LONG code = RegEnumKeyEx( hroot, count, currentKey, &csize, NULL, NULL, NULL, &accesstime ); in icvSaveWindowPos() 386 RegDeleteKey( hroot, oldestKey ); in icvSaveWindowPos() 387 RegCloseKey( hroot ); in icvSaveWindowPos()
|