MccService class

Contains all of the members for calling utility UL functions.

The MccService class is a member of the MccDaq namespace. Refer to the Universal Library Language Interface for an explanation of the MccDaq namespace.

Methods

The MccService class contains the following static methods. You do not need to create an instance of the MccService class to call these methods.

The following code demonstrates how to call a Windows memory management method from within a UL for .NET program:

WindowHandle=MccService.WinBuffAlloc32(1000)

MccService.WinBuffFree(WindowHandle)