Home
last modified time | relevance | path

Searched refs:PfnGetConsoleScreenBufferInfoEx (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c264 typedef BOOL (WINAPI *PfnGetConsoleScreenBufferInfoEx)(HANDLE, PDYN_CONSOLE_SCREEN_BUFFER_INFOEX); typedef
265 static PfnGetConsoleScreenBufferInfoEx pGetConsoleScreenBufferInfoEx;
7917 (PfnGetConsoleScreenBufferInfoEx)GetProcAddress( in vtp_init()