Contains information about an EVENT_SEARCH_PATH event.
#include <event.h>
typedef struct
{
int action;
int flags;
int isDOSFlag;
int number;
int reserved;
char path[1];
} EventSearch_t;
Specifies whether the path is being added or deleted:
Specifies whether the path is locked:
Specifies whether the path is a DOS path:
Specifies the search number of the path. Contains a valid value only when the path is inserted at a specified location.
Reserved for internal use.
Points to the complete path.