HRESULT RevokeActiveObject(
unsigned long dwRegister,
void FAR* pvReserved
);
Ends an object's status as active.
The return value obtained from the returned HRESULT is one of the following:
Return value | Meaning |
---|---|
S_OK | Success. |
Other return codes | Failure. |
Windows NT: Use version 3.1 and later.
Windows: Use Windows 95 and later.
Header: Declared in oleauto.h.
Import Library: Link with oleaut32.lib.