Class MiscUtils
Miscellaneous Windows functions.
public static class MiscUtils
- Inheritance
-
MiscUtils
Methods
- CheckFail(bool)
Throws a Win32Exception if the parameter is false.
- CheckFail(int)
Throws a Win32Exception if the parameter is zero.
- CheckFail(IntPtr)
Throws a Win32Exception if the parameter is zero.