|
|
|
Xp_execute
Returns the next node that satisfies
the compiled expression
| pNode = Xp_execute (pCExpr) |
| Dir |
Type |
Par |
Description |
| in |
int* |
pCExpr |
A compiled expression. |
| return |
int* |
pNode |
Pointer to a node, NULL if none. |
Notes:
Example:
Sample Code,
Ex305b
Related:
Xp_AStrsToAry_r,
Xp_compile,
Xp_execute,
Xp_process_r
|