IFileSystemBindData::GetFindData method
Gets the file system information stored in the WIN32_FIND_DATA structure.
Syntax
HRESULT GetFindData( [out] WIN32_FIND_DATA *pfd );
Parameters
- pfd [out]
-
Type: WIN32_FIND_DATA*
A pointer to the WIN32_FIND_DATA structure that receives the data.
Return value
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".
Show: