#include <ole.h> |
OLESTATUS OleQueryReleaseStatus(lpobj) | |||||
LPOLEOBJECT lpobj; | /* address of object to query | */ |
The OleQueryReleaseStatus function determines whether an operation has finished for the specified object.
lpobj
Points to an object for which the operation is queried.
The return value, if the function is successful, is either OLE_BUSY if an operation is in progress or OLE_OK. If the pointer passed in the lpobj parameter is invalid, the function returns OLE_ERROR_OBJECT.