Skip to content

Instantly share code, notes, and snippets.

View CalvinLinTrend's full-sized avatar

CalvinLinTrend

View GitHub Profile
@CalvinLinTrend
CalvinLinTrend / DesktopToastsSample.cpp
Created December 23, 2015 05:04
Toast Notification in Win32 app with COM server
#include "stdafx.h"
#include <wrl/module.h>
#include "ToastNotificationActivationCallback.h"
#include "DesktopToastsSample.h"
DWORD g_allLocks;
// Main function
int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPWSTR lpCmdLine, _In_ int nCmdShow)
{