42 #define SI_QUERY_MAGIC 0xC537D89E
83 MemHandle *phPendingSiQueryRef );
86 MemHandle *phSiQueryRef );
General include file for clDsm library internal definitions.
Header to the linkList module - Functions/methods for managing linked lists of items created in manag...
clDsmErr_t siQueryProcessResult(pclDsmInstData_t idp, MemHandle hSiQueryRef, pclDsmSIQueryResult_t pResult)
Processes and stops the specified SI Query.
Definition: siQuery.c:530
void siQueryStop(pclDsmInstData_t idp, MemHandle *phSiQueryRef)
Stops the specified SI Query. Removes from any lists it is in and destroys associated memory object...
Definition: siQuery.c:273
Definition: clDsmSystem.h:551
Definition: linkList.h:47
Definition: linkList.h:55
clDsmErr_t siQueryStart(pclDsmInstData_t idp, pclDsmSIQuery_t pQueryData, void *queryTarget, clDsmSIQueryResult_t *pResult)
Starts an SI Query. First tests if we have already made this query and the results are stored or stil...
Definition: siQuery.c:78
void siQueryAbortPending(pclDsmInstData_t idp, MemHandle *phPendingSiQueryRef)
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
Definition: cldsmtypes.h:204
Definition: cldsmtypes.h:182