|
AvailabilityDesign-Time: none / Run-Time: Read Declarationproperty StateHistory: DWORD; DescriptionThis property holds all call states the call passes while its lifetime. StateHistory is set the first time the state transits to another call state than idle and then ored with all call states till the state transits back to idle. This property is usefull e.g. for journaling functions. Example
See AlsoThbTapiCall.State, ThbTapiLine.OnCallState |