Click or drag to resize

wclHelpers Class

This static class includes some helpers methods used in WCL.
Inheritance Hierarchy
SystemObject
  wclCommonwclHelpers

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.9.0 (7.11.9.0)
Syntax
public static class wclHelpers

The wclHelpers type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAllocHGlobal Allocates and zeros memory.
Public methodStatic memberFailed Provides a generic test for failure on any status value.
Public methodStatic memberGetErrorInfo(Int32, String, String, String, String) Reads the error information.
Public methodStatic memberGetErrorInfo(String, Int32, String, String, String, String) Reads the error information.
Public methodStatic memberHiByte Returns Hi Byte of the UInt16 value.
Public methodStatic memberHiWord Returns Hi Word of the UInt32 value.
Public methodStatic memberHResultFromWin32 Converts Win32 error code into HRESULT.
Public methodStatic memberIncPtr Increments a pointer on given offset.
Public methodStatic memberLoByte Returns Lo Byte of the UInt16 value.
Public methodStatic memberLoWord Returns Lo Word of the UInt32 value.
Public methodStatic memberSucceeded Provides a generic test for success on any status value.
Public methodStatic memberWaitEx(IntPtr, UInt32) Waits until one or all of the specified objects are in the signaled state, an I/O completion routine or asynchronous procedure call (APC) is queued to the thread, or the time-out interval elapses.
Public methodStatic memberWaitEx(WaitHandle, UInt32) Waits until one or all of the specified objects are in the signaled state, an I/O completion routine or asynchronous procedure call (APC) is queued to the thread, or the time-out interval elapses.
Public methodStatic memberZeroHGlobal Zeros the memory allocated by the AllocHGlobal.
Top
See Also