NAME

IUnknown_SetSite  (SHLWAPI.174)

SYNOPSIS

 DWORD IUnknown_SetSite
 (
  IUnknown* p1,
  LPVOID*   p2
 )

PARAMS

p1 [In] OLE object.
p2 [Out] pointer for call results.

DESCRIPTION

Call either IObjectWithSite_SetSite or IPersistMoniker_GetClassID on an interface.

RETURNS

Success: S_OK.

Failure: E_FAIL, if p1 is NULL. E_NOINTERFACE If p1 does not support the IPersist interface, Or an HRESULT error code.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

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

Debug channel "shell".


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