Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/win/
Dwindows_version.cc28 typedef BOOL(WINAPI* GetProductInfoPtr)(DWORD, DWORD, DWORD, DWORD, PDWORD); typedef
300 GetProductInfoPtr get_product_info; in OSInfo()
305 get_product_info = reinterpret_cast<GetProductInfoPtr>(::GetProcAddress( in OSInfo()