OleIsRunning

Determines whether an object is currently in the running state.

BOOL OleIsRunning(

LPOLEOBJECT pObject
//Pointer to IOleObject interface
);

Parameter

pObject

Points to an the object's IOleObject interface.

Return Value

The return value is TRUE if the object is running; otherwise, it is FALSE.

Comments

You can use OleIsRunning and IRunnableObject::IsRunning interchangeably. OleIsRunning queries the object for a pointer to the IRunnableObject interface. If successful, the function returns the results of calling the IRunnableObject::IsRunning method.

Note The implementation of OleIsRunning in earlier versions of OLE differs from that described here.

For more information on using this function, see IRunnableObject::IsRunning.

See Also

IRunnableObject::IsRunning

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples