Click to return to the Web Content Management home page    
IWPSiteW::DeleteFile Meth...     IWPSiteW::FindFirstFile M...     IWPSiteW Interface    
Web Workshop  |  Web Content Management

IWPSiteW::FindClose Method


Closes the specified search handle.

Syntax

HRESULT FindClose(
    HANDLE hSearchHandle
);

Parameters

hSearchHandle
Search handle returned by a previous call to the FindFirstFile function.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The FindFirstFile and FindNextFile functions use the search handle to locate files with names that match a given name.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.