NAME

IUnknown_OnFocusOCS  (SHLWAPI.189)

SYNOPSIS

 DWORD IUnknown_OnFocusOCS
 (
  IUnknown*   lpUnknown,
  IDispatch** lppDisp
 )

DESCRIPTION

Call IOleControlSite_GetExtendedControl on an object.

PARAMS

lpUnknown [In] Object supporting the IOleControlSite interface.
lppDisp [Out] Destination for resulting IDispatch.

RETURNS

Success: S_OK.

Failure: An HRESULT error code, or E_FAIL if lpUnknown is NULL.

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.