Shell32SHFindFiles Method

Displays the Search window UI.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Shell32.dll")]
public static bool SHFindFiles(
	IntPtr pidlFolder,
	[OptionalAttribute] IntPtr reserved
)

Parameters

pidlFolder  IntPtr
The folder from which to start the search.

This folder appears in the Look in: box in the Search window.

This folder and all of its subfolders are searched unless users choose other options in the Search window's More Advanced Options.

This value can be Zero.

reserved  IntPtr  (Optional)
This parameter is not used and must be set to Zero.

Return Value

Boolean
Returns if successful in displaying the Search window; otherwise .

Remarks

See Also