enforceWinAPI.enforceWinAPI

Undocumented in source. Be warned that the author may not have intended to support it.
template enforceWinAPI(alias func)
enforceWinAPI
(
ParameterTypeTuple!func args
,
in string file = __FILE__
,
in size_t line = __LINE__
)
if (
functionLinkage!func == "Windows"
)

Meta