Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |