Toast演示

This commit is contained in:
2026-07-28 23:35:51 +08:00
parent a222cf81bb
commit 8bd6453415
9 changed files with 460 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
#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*/