NAME

RevokeActiveObject  (OLEAUT32.34)

SYNOPSIS

 HRESULT RevokeActiveObject
 (
  DWORD  xregister,
  LPVOID reserved
 )

DESCRIPTION

Revokes an object from the global item table.

PARAMS

xregister [In] Registration cookie.
reserved [In] Reserved. Set to NULL.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

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

Implemented in "dlls/oleaut32/oleaut.c". https://source.winehq.org/source/dlls/oleaut32/oleaut.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.