Searched refs:AddFontResourceExW_FUNC (Results 1 – 1 of 1) sorted by relevance
2073 typedef int (WINAPI *AddFontResourceExW_FUNC)(LPCWSTR, DWORD, PVOID ); in __AddFontResourceExW() typedef2075 static AddFontResourceExW_FUNC pFunc = NULL; in __AddFontResourceExW()2082 …pFunc = reinterpret_cast<AddFontResourceExW_FUNC>( GetProcAddress( hmGDI, "AddFontResourceExW" ) ); in __AddFontResourceExW()
Completed in 17 milliseconds