VECTOR_EVENT_STATUS

Summary

The VECTOR_EVENT_STATUS enumeration specifies the status of event.

Syntax

typedef enum 
{ 
   VECTOR_EVENT_STATUS_BEFORE, 
   VECTOR_EVENT_STATUS_AFTER 
} VECTOR_EVENT_STATUS, *pVECTOR_EVENT_STATUS; 

Members

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.

Comments

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.

Usage

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.