SECEditItemData::GetFlag
BOOLSECEditItemData::GetFlag(unsigned intnFlag)
Retrieves the state of an indexed bit flag.
Defined in: SECEditItemData.cpp
Return Value
Returns non-zero if the flag is set; otherwise 0.
Parameters
nFlag
Index of the flag to retrieve.
Comments
Flags 0 through 15 are user assignable. Flags 16 through 31 are reserved for use by Objective Edit. You can query the breakpoint and bookmark states of a line by using the following indexes ID_SECEDIT_ITEMDATA_BREAKPOINT and ID_SECEDIT_ITEMDATA_BOOKMARK, respectively.See Also