Scroll to navigation

RevokeActiveObject(3w) Wine API RevokeActiveObject(3w)

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".
Implemented in "dlls/oleaut32/oleaut.c".
Debug channel "ole".
Oct 2012 Wine API