OLESTATUS OleRevokeObject(lpClient)
LPOLECLIENT lpClient;
The OleRevokeObject function revokes access to an object. A server application typically calls this function when the user deletes an object.
| Parameter | Description |
| lpClient | Points to the OLECLIENT structure associated with the object being revoked. |
The return value is OLE_OK if successful; otherwise, it is an error value.
See AlsoOleRevokeServerDoc, OleRevokeServer