Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Windows Shell
Shell Reference
Shell Functions
 CIShutdown function
CIShutdown function

Applies to: desktop apps only

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. 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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker