Table of Contents

Method Notify

Namespace
Interop.SLDms
Assembly
Interop.SLDms.dll

Notify(int, int, object, object, out object)

Performs a notify.

void Notify(int iType, int iSubType, object varValue, object varValue2, out object pvarValue)

Parameters

iType int

The type of message that will be sent.

iSubType int

The message subtype. This value is always set to 0.

varValue object

Input data, depends on the message type.

varValue2 object

Input data, depends on the message type.

pvarValue object

The result.

Remarks

Warning

This method has been deprecated. Use types from the Class Library instead.