unstd.windows.exception

Functions for throwing exceptions on WinAPI errors.

Members

Classes

WinAPIException
class WinAPIException

Exception thrown on WinAPI errors.

Functions

GetProcessHeap
HANDLE GetProcessHeap()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Templates

enforceWinAPI
template enforceWinAPI(alias func)

Convinient template to call WinAPI function and throw WinAPIException on error.

Meta

Authors

Denis Shelomovskij