15 lines
414 B
C
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*/
|