Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the file system information stored in the WIN32_FIND_DATA structure.
Syntax
HRESULT GetFindData(
[out] WIN32_FIND_DATAW *pfd
);
Parameters
[out] pfd
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".
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | shobjidl_core.h |