42 #define SI_QUERY_MAGIC 0xC537D89E General include file for clDsm library internal definitions.
Definition: clDsmSystem.h:535
void siQueryStop(P_DsmCoreInst idp, P_SiQuery pSiQuery)
Stops the specified SI Query. Removes from any lists it is in and destroys associated memory object...
Definition: siQuery.c:283
Header to the linkList module - Functions/methods for managing linked lists of items created in manag...
Definition: cldsmtypes.h:193
E_DscError siQueryProcessResult(P_DsmCoreInst idp, P_SiQuery pSiQueryRef, P_SIQueryResult pResult)
Processes and stops the specified SI Query.
Definition: siQuery.c:523
Definition: cldsmtypes.h:212
Definition: linkList.h:47
Definition: linkList.h:55
void siQueryAbortPending(P_DsmCoreInst idp, P_SiQuery pSiQueryRef)
Aborts the specified SI Query before completion. Stops/destroys duplicate queries. For original queries or duplicate queries that have expired parents (and no further duplicates) calls stop SI Query callback on relevant query.
Definition: siQuery.c:350
E_DscError siQueryStart(P_DsmCoreInst idp, P_SIQueryRequest pQueryData, void *queryTarget, P_SIQueryResult pResult)
Starts an SI Query. First tests if we have already made this query and the results are stored or stil...
Definition: siQuery.c:76