Revokes an object previously registered with this browse context.
HRESULT Revoke(
DWORD
dwRegister // Object to revoke
);
Parameters
dwRegister
[in] Identifies the object to revoke. Returned by a previous call to IHlinkBrowseContext::Register.
Return Values
S_OK
The previously-registered object has been revoked from this browse context.
See Also