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