OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPSPY_REG_KEY_Y
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/npapi/npspy/windows/
profilew.h
71
#define
NPSPY_REG_KEY_Y
"y"
profilew.cpp
123
res = RegQueryValueEx(hKey,
NPSPY_REG_KEY_Y
, 0L, NULL, (BYTE *)y, &size);
147
res = RegSetValueEx(hKey,
NPSPY_REG_KEY_Y
, 0L, REG_DWORD, (const BYTE *)&y, size);
Completed in 30 milliseconds