NAME

CreateStdDispatch  (OLEAUT32.32)

SYNOPSIS

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

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

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

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

Debug channel "ole".


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