Expand Minimize
This topic has not yet been rated - Rate this topic

CIShutdown function

Shuts down the content indexer and closes all open catalogs.

Note  This function is not supported as of Windows 8.

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

Ntquery.h

DLL

Query.dll (version 5.1 or later)

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.