Home
last modified time | relevance | path

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

/aosp_15_r20/external/pciutils/lib/
H A Dwin32-helpers.c67 format_message_from_system(DWORD win32_error_id, DWORD lang_id, LPSTR buffer, DWORD size) in format_message_from_system() argument
69 …eA(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, win32_error_id, lang_id, buff… in format_message_from_system()
73 win32_strerror(DWORD win32_error_id) in win32_strerror() argument
88 …len = format_message_from_system(win32_error_id, MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), buf… in win32_strerror()
90 …len = format_message_from_system(win32_error_id, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), buffer… in win32_strerror()
101 sprintf(buffer, "Unknown Win32 error %lu", win32_error_id); in win32_strerror()
H A Dwin32-helpers.h1 const char *win32_strerror(DWORD win32_error_id);