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