OleQueryReleaseStatus

  OLESTATUS OleQueryReleaseStatus(lpobj)    
  LPOLEOBJECT lpobj; /* pointer to object to query */

The OleQueryReleaseStatus function determines whether an operation has finished for the specified object.

Parameters

lpobj

Points to an object for which the operation is queried.

Return Value

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 Also

OleQueryReleaseError, OleQueryReleaseMethod