Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:user32
(Results
1 - 7
of
7
) sorted by relevance
/third_party/glfw/src/
H
A
D
win32_init.c
84
_glfw.win32.
user32
.instance = _glfwPlatformLoadModule("
user32
.dll");
in loadLibraries()
85
if (!_glfw.win32.
user32
.instance)
in loadLibraries()
88
"Win32: Failed to load
user32
.dll");
in loadLibraries()
92
_glfw.win32.
user32
.SetProcessDPIAware_ = (PFN_SetProcessDPIAware)
in loadLibraries()
93
_glfwPlatformGetModuleSymbol(_glfw.win32.
user32
.instance, "SetProcessDPIAware");
in loadLibraries()
94
_glfw.win32.
user32
.ChangeWindowMessageFilterEx_ = (PFN_ChangeWindowMessageFilterEx)
in loadLibraries()
95
_glfwPlatformGetModuleSymbol(_glfw.win32.
user32
.instance, "ChangeWindowMessageFilterEx");
in loadLibraries()
96
_glfw.win32.
user32
.EnableNonClientDpiScaling_ = (PFN_EnableNonClientDpiScaling)
in loadLibraries()
97
_glfwPlatformGetModuleSymbol(_glfw.win32.
user32
in loadLibraries()
[all...]
H
A
D
win32_platform.h
283
//
user32
.dll function pointer typedefs
291
#define SetProcessDPIAware _glfw.win32.
user32
.SetProcessDPIAware_
292
#define ChangeWindowMessageFilterEx _glfw.win32.
user32
.ChangeWindowMessageFilterEx_
293
#define EnableNonClientDpiScaling _glfw.win32.
user32
.EnableNonClientDpiScaling_
294
#define SetProcessDpiAwarenessContext _glfw.win32.
user32
.SetProcessDpiAwarenessContext_
295
#define GetDpiForWindow _glfw.win32.
user32
.GetDpiForWindow_
296
#define AdjustWindowRectExForDpi _glfw.win32.
user32
.AdjustWindowRectExForDpi_
297
#define GetSystemMetricsForDpi _glfw.win32.
user32
.GetSystemMetricsForDpi_
485
}
user32
;
member
/third_party/python/Lib/ctypes/test/
H
A
D
test_win32.py
25
windll.
user32
.GetDesktopWindow()
H
A
D
test_callbacks.py
213
windll.
user32
.EnumWindows(EnumWindowsCallbackFunc, 0)
/third_party/lzma/CPP/
H
A
D
Build.mak
50
LIBS = $(LIBS)
user32
.lib advapi32.lib shell32.lib
/third_party/python/Lib/test/support/
H
A
D
__init__.py
234
dll = ctypes.windll.
user32
/third_party/ffmpeg/
H
A
D
configure
3011
dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode ole32
user32
"
3805
avutil_suggest="clock_gettime ffnvcodec libm libdrm libmfx opencl
user32
vaapi vulkan videotoolbox corefoundation corevideo coremedia bcrypt stdatomic"
6823
check_lib
user32
"windows.h winuser.h" GetShellWindow -luser32
Completed in 16 milliseconds