AssocCreate.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

AssocCreate (SHLWAPI.@)

SYNOPSIS

HRESULT AssocCreate
 (
  CLSID  clsid,
  REFIID refiid,
  void** lpInterface
 )

DESCRIPTION

Create a new IQueryAssociations object.

PARAMS

clsid [In] CLSID of object.

refiid [In] REFIID of interface.

lpInterface [Out] Destination for the created IQueryAssociations object.

RETURNS

Success: S_OK. lpInterface contains the new object.

Failure: An HRESULT error code indicating the error.

NOTES

refiid must be equal to IID_IQueryAssociations, or this function will fail.

IMPLEMENTATION

Defined in "shlwapi.h".

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

Debug channel "shell".