Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.66 KB

nf-shobjidl_core-ifilesystembinddata-getfinddata.md

File metadata and controls

71 lines (58 loc) · 2.66 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IFileSystemBindData.GetFindData
IFileSystemBindData::GetFindData (shobjidl_core.h)
Gets the file system information stored in the WIN32_FIND_DATA structure.
GetFindData
GetFindData method [Windows Shell]
GetFindData method [Windows Shell]
IFileSystemBindData interface
IFileSystemBindData interface [Windows Shell]
GetFindData method
IFileSystemBindData.GetFindData
IFileSystemBindData::GetFindData
_shell_ifilesystembinddata_getfinddata
shell.IFileSystemBindData_GetFindData
shobjidl_core/IFileSystemBindData::GetFindData
shell\IFileSystemBindData_GetFindData.htm
shell
75161b45-42b9-4d64-ae13-583d07920a0b
12/05/2018
GetFindData, GetFindData method [Windows Shell], GetFindData method [Windows Shell],IFileSystemBindData interface, IFileSystemBindData interface [Windows Shell],GetFindData method, IFileSystemBindData.GetFindData, IFileSystemBindData::GetFindData, _shell_ifilesystembinddata_getfinddata, shell.IFileSystemBindData_GetFindData, shobjidl_core/IFileSystemBindData::GetFindData
shobjidl_core.h
Windows
Windows
19H1
IFileSystemBindData::GetFindData
shobjidl_core/IFileSystemBindData::GetFindData
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IFileSystemBindData.GetFindData

IFileSystemBindData::GetFindData

-description

Gets the file system information stored in the WIN32_FIND_DATA structure.

-parameters

-param pfd [out]

Type: WIN32_FIND_DATA*

A pointer to the WIN32_FIND_DATA structure that receives the data.

-returns

Type: HRESULT

Returns S_OK.

-remarks

This method provides bind context information to IShellFolder::ParseDisplayName. The client accesses the object by calling IBindCtx::GetObjectParam with the pszKey parameter set to the string "File System Bind Data".