'Declaration
Public Shared Function ToInt64( _ ByVal eventType As AEEventType _ ) As Long
'Usage
Dim eventType As AEEventType Dim value As Long value = AEEventType.ToInt64(eventType)
public static long ToInt64( AEEventType eventType )
public: static int64 ToInt64( AEEventType^ eventType )
Parameters
- eventType
- An AEEventType object value to be converted.
Return Value
Returns a bit-coded value converted from the input argument.