Toast演示
This commit is contained in:
@@ -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*/
|
||||
Reference in New Issue
Block a user