GetProcAddress 817 compat/avisynth/avisynth_c.h library->name = (name##_func) GetProcAddress(library->handle, AVSC_STRINGIFY(name));\ GetProcAddress 305 compat/w32pthreads.h (void*)GetProcAddress(kernel_dll, "InitializeConditionVariable"); GetProcAddress 307 compat/w32pthreads.h (void*)GetProcAddress(kernel_dll, "WakeAllConditionVariable"); GetProcAddress 309 compat/w32pthreads.h (void*)GetProcAddress(kernel_dll, "WakeConditionVariable"); GetProcAddress 311 compat/w32pthreads.h (void*)GetProcAddress(kernel_dll, "SleepConditionVariableCS"); GetProcAddress 336 ffmpeg_dxva2.c createD3D = (pDirect3DCreate9 *)GetProcAddress(ctx->d3dlib, "Direct3DCreate9"); GetProcAddress 341 ffmpeg_dxva2.c createDeviceManager = (pCreateDeviceManager9 *)GetProcAddress(ctx->dxva2lib, "DXVA2CreateDirect3DDeviceManager9"); GetProcAddress 46 libavcodec/nvenc.c #define LOAD_FUNC(l, s) GetProcAddress(l, s) GetProcAddress 113 libavformat/avisynth.c (void *)GetProcAddress(avs_library.library, #name); \ GetProcAddress 83 libavformat/os_support.c win_getaddrinfo = GetProcAddress(ws2mod, "getaddrinfo"); GetProcAddress 155 libavformat/os_support.c GetProcAddress(ws2mod, "freeaddrinfo"); GetProcAddress 178 libavformat/os_support.c win_getnameinfo = GetProcAddress(ws2mod, "getnameinfo");