|
|
|
|
|
|
|
|
|
|
|
|||||||
Functions | |
| HRESULT | Rot_Register (DWORD grfFlags, LPUNKNOWN punkObject, LPMONIKER pmkObjectName, DWORD *pdwRegister) |
| Registers an object in the Running Object Table. | |
| HRESULT | Rot_Revoke (DWORD dwRegister) |
| Removes an object from the Running Object Table. | |
| HRESULT | Rot_IsRunning (LPMONIKER pmkObjectName) |
| Determines if object current in the Running Object Table. | |
| HRESULT | Rot_GetObject (LPMONIKER pmkObjectName, LPUNKNOWN *ppunkObject) |
| Retrieves the object from the Running Object Table. | |
| HRESULT | Rot_NoteChangeTime (DWORD dwRegister, FILETIME *lpfiletime) |
| Retrieves the last modification time of a running object in the Running Object Table. | |
| HRESULT | Rot_GetTimeOfLastChange (LPMONIKER pmkObjectName, FILETIME *lpfiletime) |
| Retrieves the last modification time of an object in the Running Object Table. | |
| HRESULT | Rot_EnumRunning (IEnumMoniker **ppenumMoniker) |
| Queries the current set of objects in the Running Object Table. | |
|
|
Queries the current set of objects in the Running Object Table. Creates and returns a pointer to an enumerator that can list the monikers of all the objects currently registered in the Running Object Table (ROT).
|
|
||||||||||||
|
Retrieves the object from the Running Object Table. Determines whether the object identified by the specified moniker is running, and if it is, retrieves a pointer to that object. This method looks for the moniker in the Running Object Table (ROT), and retrieves the pointer registered there.
|
|
||||||||||||
|
Retrieves the last modification time of an object in the Running Object Table. Returns the time that an object was last modified. The object must have previously been registered with the Running Object Table (ROT). This method looks for the last change time recorded in the ROT.
|
|
|
Determines if object current in the Running Object Table. Determines whether the object identified by the specified moniker is currently running. This method looks for the moniker in the Running Object Table (ROT).
|
|
||||||||||||
|
Retrieves the last modification time of a running object in the Running Object Table. Records the time that a running object was last modified. The object must have previously been registered with the Running Object Table (ROT). This method stores the time of last change in the ROT.
|
|
||||||||||||||||||||
|
Registers an object in the Running Object Table. Registers an object and its identifying moniker in the Running Object Table (ROT).
|
|
|
Removes an object from the Running Object Table. Removes from the Running Object Table (ROT) an entry that was previously registered by a call to Rot_Register().
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |