MCPcopy Create free account
hub / github.com/csersoft/HWFW_GUI / QueryMsg

Function QueryMsg

HWFW_GUI/HWFW_GUI.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72BOOL QueryMsg(HWND hOwner, LPCWSTR szText, LPCWSTR szTitle)
73{
74 if (MessageBoxW(hOwner, szText, szTitle, MB_ICONQUESTION | MB_YESNO) == IDYES)
75 return TRUE;
76 else
77 return FALSE;
78}
79
80BOOL GetOpenFilePath(HWND hOwner, LPWSTR lpFilePath, DWORD dwMax)
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected