OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHQueryValueEx
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
win32regkey.cc
14
// Use
SHQueryValueEx
instead of RegQueryValueEx throughout.
495
LONG res = ::
SHQueryValueEx
(h_key_, value_name, NULL, type, NULL, byte_count);
506
res = ::
SHQueryValueEx
(h_key_, value_name, NULL,
521
LONG res = ::
SHQueryValueEx
(h_key_, value_name, NULL, &type,
535
LONG res = ::
SHQueryValueEx
(h_key_, value_name, NULL, &type,
551
LONG res = ::
SHQueryValueEx
(h_key_, value_name, NULL,
562
res = ::
SHQueryValueEx
(h_key_, value_name, NULL, &type,
587
LONG res = ::
SHQueryValueEx
(h_key_, value_name, NULL,
595
res = ::
SHQueryValueEx
(h_key_, value_name, NULL, &type,
790
LONG res = ::
SHQueryValueEx
(key.h_key_, value_name, NULL, value_type
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h
625
#define
SHQueryValueEx
__MINGW_NAME_AW(
SHQueryValueEx
)
[
all
...]
Completed in 314 milliseconds