2.2.12.6 TRKSVR_CALL_SEARCH
The TRKSVR_CALL_SEARCH structure is used in LnkSvrMessage method calls that specify a SEARCH message (see section 2.2.11), to query the DLT Central Manager server for the location of a file. See section 3.2.6.3 for an example of client use of this structure.
-
typedef struct { unsigned long cSearch; [size_is(cSearch)] TRK_FILE_TRACKING_INFORMATION* pSearches; } TRKSVR_CALL_SEARCH;
cSearch: This value MUST be set to one.
pSearches: A pointer to a single search request. See TRK_FILE_TRACKING_INFORMATION (section 2.2.8).