CIShutdown function

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

CIShutdown function

Applies to: desktop apps only

Shuts down the content indexer and closes all open catalogs.

Note  This function is not supported as of Windows 8 Release Preview.

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

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: 5/5/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD