Convinient template to call WinAPI function and throw WinAPIException on error.
t { HANDLE processHeap = enforceWinAPI!GetProcessHeap(); assert(processHeap); // Will always pas
See Implementation
Convinient template to call WinAPI function and throw WinAPIException on error.