Applies to: desktop apps only
Shuts down the content indexer and closes all open catalogs.
Syntax
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.
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 |
|
Minimum supported server
| Windows Server 2003 |
|
Header
|
- Ntquery.h
|
|
DLL
|
- Query.dll (version 5.1 or later)
|
Send comments about this topic to Microsoft
Build date: 3/7/2012