IQueryAssociations_GetData.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

IQueryAssociations_GetData (SHLWAPI.@)

SYNOPSIS

static HRESULT IQueryAssociations_GetData
 (
  IQueryAssociations* iface,
  ASSOCF              cfFlags,
  ASSOCDATA           assocdata,
  LPCWSTR             pszExtra,
  LPVOID              pvOut,
  DWORD*              pcbOut
 )

DESCRIPTION

Get the data for a file association key from the registry.

PARAMS

iface [In] IQueryAssociations interface to query.

cfFlags [In] ASSOCF_ flags from "shlwapi.h".

assocdata [In] Type of data to get (ASSOCDATA enum from "shlwapi.h").

pszExtra [In] Extra information about the data location.

pvOut [Out] Destination for the association key.

pcbOut [In/Out] Size of pvOut.

RETURNS

Success: S_OK. pszOut contains the data, pcbOut contains its length.

Failure: An HRESULT error code indicating the error.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/assoc.c".

Debug channel "shell".