NAME

IQueryAssociations_Init  (SHLWAPI.@)

SYNOPSIS

 static HRESULT IQueryAssociations_Init
 (
  IQueryAssociations* iface,
  ASSOCF              cfFlags,
  LPCWSTR             pszAssoc,
  HKEY                hkeyProgid,
  HWND                hWnd
 )

DESCRIPTION

Initialise an IQueryAssociations object.

PARAMS

iface [In] IQueryAssociations interface to initialise.
cfFlags [In] ASSOCF_ flags from "shlwapi.h".
pszAssoc [In] String for the root key name, or NULL if hkeyProgid is given.
hkeyProgid [In] Handle for the root key, or NULL if pszAssoc is given.
hWnd [In] Reserved, must be NULL.

RETURNS

Success: S_OK. iface is initialised with the parameters given.

Failure: An HRESULT error code indicating the error.

IMPLEMENTATION

Defined in "shlwapi.h".

Implemented in "dlls/shlwapi/assoc.c". source.winehq.org/source/dlls/shlwapi/assoc.c

Debug channel "shell".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.