Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This section describes the helper functions you can use to develop custom monitors.
| Function | Description |
|---|---|
| DllGetMonitorObject | Creates an instance of the monitor. |
| HTMLValueToUnicode | Converts an HTML CP_UTF8 version string to Unicode. |
| LoadDWORD | Loads a DWORD from an HTML configuration string. |
| LoadIPAddresses | Loads an IP address list from an HTML TEXTAREA configuration string. |
| LoadIPXAddresses | Loads an IPX address list from an HTML TEXTAREA configuration string. |
| LoadMACAddresses | Loads a MAC address list from an HTML TEXTAREA configuration string. |
| LoadStringAddr | Transforms a string (such as "157.54.32.45") to a DWORD address. |
| LoadTCHAR | Searches for a requested variable name in the configuration string, and allocates sufficient space (by using HeapAllocMemory) to store, copy, and return it. |
| OnLoadingDLL | Indicates that the DLL has begun to load. The MCSVC calls this function when it first loads the monitor DLL. |