You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchJob Class > DSearchJob::GetSearchFlag Method
DSearchJob::GetSearchFlag Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DSearchJob::GetSearchFlag Method

Get the value of a single search flag

Syntax
C++
int GetSearchFlag(int flag);
Parameters
Description
int flag
A SearchFlags value specifying the flag to get

0 if the flag is not set, or non-zero if the flag is set.