CIShutdown function
Shuts down the content indexer and closes all open catalogs.
Syntax
void CIShutdown(void);
Parameters
This function has no parameters.
Return value
This function does not return a value.
Remarks
This function does not have an associated header or library file. To use this function, call LoadLibrary with the DLL name (Query.dll) to obtain a module handle, and then call GetProcAddress with that module handle and an architecture-specific function name to get the address of this function. Specify the function name as "?CIShutdown@@YGXXZ" for x86 architecture, or as "?CIShutdown@@YAXXZ" for x64 architecture.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|