|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include <string.h>
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "irot_s.h"
#include "wine/list.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | rot_entry |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (rpcss) |
| static void | rot_entry_release (struct rot_entry *rot_entry) |
| HRESULT | IrotRegister (IrotHandle h, const MonikerComparisonData *data, const InterfaceData *obj, const InterfaceData *mk, const FILETIME *time, DWORD grfFlags, IrotCookie *cookie, IrotContextHandle *ctxt_handle) |
| HRESULT | IrotRevoke (IrotHandle h, IrotCookie cookie, IrotContextHandle *ctxt_handle, PInterfaceData *obj, PInterfaceData *mk) |
| HRESULT | IrotIsRunning (IrotHandle h, const MonikerComparisonData *data) |
| HRESULT | IrotGetObject (IrotHandle h, const MonikerComparisonData *moniker_data, PInterfaceData *obj, IrotCookie *cookie) |
| HRESULT | IrotNoteChangeTime (IrotHandle h, IrotCookie cookie, const FILETIME *last_modified_time) |
| HRESULT | IrotGetTimeOfLastChange (IrotHandle h, const MonikerComparisonData *moniker_data, FILETIME *time) |
| HRESULT | IrotEnumRunning (IrotHandle h, PInterfaceList *list) |
| void __RPC_USER | IrotContextHandle_rundown (IrotContextHandle ctxt_handle) |
| void *__RPC_USER | MIDL_user_allocate (SIZE_T size) |
| void __RPC_USER | MIDL_user_free (void *p) |
Variables |
| static struct list | RunningObjectTable = LIST_INIT(RunningObjectTable) |
| static CRITICAL_SECTION | csRunningObjectTable = { &critsect_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | critsect_debug |
| static LONG | last_cookie = 1 |
Generated on Sun May 27 2012 04:44:43 for ReactOS by
1.7.6.1
|