Partager via


AFX_GLOBAL_DATA : : ShellCreateItemFromParsingName

Crée et initialise un objet d'élément de shell depuis un nom d'analyse syntaxique.

HRESULT ShellCreateItemFromParsingName(
   PCWSTR pszPath,
   IBindCtx *pbc,
   REFIID riid,
   void **ppv
);

Paramètres

  • pszPath
    [in] A pointer to a display name.

  • pbc
    A pointer to a bind context that controls the parsing operation.

  • riid
    Une référence à un ID d'interface.

  • ppv
    [out] When this function returns, contains the interface pointer requested in riid. This will typically be IShellItem or IShellItem2.

Valeur de retour

Returns S_OK if successful; an error value otherwise.

Configuration requise

En-tête : afxglobals.h

Voir aussi

Référence

structure d'AFX_GLOBAL_DATA