OLESTATUS OleQueryReleaseStatus(lpobj)
LPOLEOBJECT lpobj;
The OleQueryReleaseStatus function determines whether an operation has finished for the specified object.
Parameter | Description |
lpobj | Points to an object for which the operation is queried. |
The return value is OLE_BUSY if an operation is in progress; otherwise, it is OLE_OK. If the pointer passed in the lpobj parameter is invalid, the function returns OLE_ERROR_OBJECT.
See AlsoOleQueryReleaseError, OleQueryReleaseMethod