HomeSort by relevance Sort by last modified time
    Searched refs:NPSPY_REG_KEY_HEIGHT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/windows/
profilew.h 69 #define NPSPY_REG_KEY_HEIGHT "height"
profilew.cpp 115 res = RegQueryValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, NULL, (BYTE *)height, &size);
139 res = RegSetValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, REG_DWORD, (const BYTE *)&height, size);

Completed in 65 milliseconds