IAgent::Unregister
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT Unregister(
long dwSinkID //notification sink ID
);
Unloads the character data for the specified character from the Characters collection.
- Returns S_OK to indicate the operation was successful.
-
dwSinkID
-
The notification sink ID.
Use this method when you no longer need Microsoft Agent services, such as when your application shuts down.
See Also