INtime SDK Help
FindRtFileClose
INtime SDK v6 > About INtime > INtime Kernel > Files > FindRtFileClose

Closes a search started with FindFirstRtFile.

BOOLEAN FindRtFileClose (
	LPVOID lpFindData
);

Parameters

lpFindData
A pointer to a FIND_FILE_DATA structure returned from a previous call to FindFirstRtFile or FindNextRtFile.

Remarks

If a call is not made to FindRtFileClose then a memory and handle leak can result.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also