typedef enum{VECTOR_EVENT_STATUS_BEFORE,VECTOR_EVENT_STATUS_AFTER} VECTOR_EVENT_STATUS, *pVECTOR_EVENT_STATUS;
The VECTOR_EVENT_STATUS enumeration specifies the status of event.
| Value | Description |
|---|---|
| VECTOR_EVENT_STATUS_BEFORE | The action that generated the event is about to be taken. |
| VECTOR_EVENT_STATUS_AFTER | The action that generated the event was just completed. |
pVECTOR_EVENT_STATUS is a pointer to a VECTOR_EVENT_STATUS enumeration. Where the function parameter type is pVECTOR_EVENT_STATUS, you can declare a VECTOR_EVENT_STATUS variable, update the enumerations fields, and pass the variable's address in the parameter. Declaring a pVECTOR_EVENT_STATUS variable is necessary only if your program requires a pointer.
This enumeration is used with the VECTOREVENT structure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
