[Missing <summary> documentation for "T:LanScape.VoipMediaEngine.SIPCALLBACKPROC_Delegate_def"]
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public delegate void SIPCALLBACKPROC_Delegate_def(
void* hStateMachine,
SIP_NOTIFY_TYPE NotifyType,
int PhoneLine,
TELEPHONY_RETURN_VALUE TelephonyEvent,
void* pUserDefinedData,
void* pEventData
) |
Visual Basic (Declaration) |
---|
Visual Basic does not support APIs that consume or return unsafe types. |
Visual C++ |
---|
public delegate void SIPCALLBACKPROC_Delegate_def(
void* hStateMachine,
SIP_NOTIFY_TYPE NotifyType,
int PhoneLine,
TELEPHONY_RETURN_VALUE TelephonyEvent,
void* pUserDefinedData,
void* pEventData
) |
J# |
---|
J# does not support APIs that consume or return unsafe types. |
See Also