voidtools

Everything_IsFileInfoIndexed

The Everything_IsFileInfoIndexed function checks if the specified file information is indexed.


Syntax

BOOL Everything_IsFileInfoIndexed(DWORD fileInfoType);

Parameters

fileInfoType

Can be one of the following:

CodeValueDescription
EVERYTHING_IPC_FILE_INFO_FILE_SIZE1File size
EVERYTHING_IPC_FILE_INFO_FOLDER_SIZE2Folder size
EVERYTHING_IPC_FILE_INFO_DATE_CREATED3Date created
EVERYTHING_IPC_FILE_INFO_DATE_MODIFIED4Date modified
EVERYTHING_IPC_FILE_INFO_DATE_ACCESSED5Date accessed
EVERYTHING_IPC_FILE_INFO_ATTRIBUTES6Attributes

Return Value

The function returns non-zero if the specified information is indexed.

The function returns 0 if the specified information is not indexed or if an error occurred. To get extended error information, call Everything_GetLastError.


Error codeMeaning
EVERYTHING_OKThe specified information is not indexed.
EVERYTHING_ERROR_IPCPlease make sure the Everything search client is running in the background.

Remarks


Example

BOOL isSizeIndexed;

isSizeIndexed = Everything_IsFileInfoIndexed(EVERYTHING_IPC_FILE_INFO_FILE_SIZE);

Function Information

Requires Everything 1.4.1 or later.


See Also


© 2024 voidtools - Privacy