delegates

Tag

Cards List
#delegates

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 4

The Old New Thing (Raymond Chen) · 2d ago Cached

This article discusses implementing an agile Windows Runtime delegate in C++/WinRT, focusing on using CoGetContextToken to compare context tokens for efficiency instead of comparing COM objects.

0 favorites 0 likes
#delegates

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 1

The Old New Thing (Raymond Chen) · 5d ago Cached

This article explains how to create an agile version of a Windows Runtime delegate in C++/WinRT by wrapping the delegate in an agile_ref, with a promise of more details in part 2.

0 favorites 0 likes
← Back to home

Submit Feedback