NAME

CreateStdDispatch  (OLEAUT32.32)

SYNOPSIS

 HRESULT CreateStdDispatch
 (
  IUnknown*  punkOuter,
  void*      pvThis,
  ITypeInfo* ptinfo,
  IUnknown** ppunkStdDisp
 )

DESCRIPTION

Create and return a standard IDispatch object.

RETURNS

Success: S_OK. ppunkStdDisp contains the new object.

Failure: An HRESULT error code.

NOTES

Outer unknown appears to be completely ignored.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/dispatch.c". source.winehq.org/source/dlls/oleaut32/dispatch.c

Debug channel "ole".


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