'Declaration
Overloads Public Operator Widening CType( _ ByVal eventType As AEEventType _ ) As Long
'Usage
public long operator implicit( AEEventType eventType )
public: operator int64 ( AEEventType^ eventType )
Parameters
- eventType
- An AEEventType object value to be converted.
Return Value
Returns a bit-coded value converted from the input argument.