Files
WinGUI/c_WinUI_Toast.h
2026-07-28 23:35:51 +08:00

15 lines
414 B
C

#ifndef INCLUDED_C_WINUI_TOAST_H
#define INCLUDED_C_WINUI_TOAST_H
#ifndef INCLUDED_C_WINAPP_H
#include <c_WinApp.h>
#endif /*INCLUDED_C_WINAPP_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
void c_WinUI_Toast_Show(HINSTANCE hInst, const char* title, const char* message, UINT timeoutMs);
#endif /*INCLUDED_C_WINUI_TOAST_H*/