|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <stdarg.h>#include <string.h>#include "winerror.h"#include "windef.h"#include "winbase.h"#include "irot.h"#include "wine/list.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | rot_entry |
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 |
| void __RPC_USER IrotContextHandle_rundown | ( | IrotContextHandle | ctxt_handle | ) |
Definition at line 360 of file irotp.c.
Definition at line 315 of file irotp.c.
Referenced by InternalIrotEnumRunning().
| HRESULT __cdecl IrotGetObject | ( | IrotHandle | h, |
| const MonikerComparisonData * | moniker_data, | ||
| PInterfaceData * | obj, | ||
| IrotCookie * | cookie | ||
| ) |
Definition at line 221 of file irotp.c.
Referenced by InternalIrotGetObject().
| HRESULT __cdecl IrotGetTimeOfLastChange | ( | IrotHandle | h, |
| const MonikerComparisonData * | moniker_data, | ||
| FILETIME * | time | ||
| ) |
Definition at line 287 of file irotp.c.
Referenced by InternalIrotGetTimeOfLastChange().
| HRESULT __cdecl IrotIsRunning | ( | IrotHandle | h, |
| const MonikerComparisonData * | data | ||
| ) |
Definition at line 196 of file irotp.c.
Referenced by InternalIrotIsRunning().
| HRESULT __cdecl IrotNoteChangeTime | ( | IrotHandle | h, |
| IrotCookie | cookie, | ||
| const FILETIME * | last_modified_time | ||
| ) |
Definition at line 263 of file irotp.c.
Referenced by InternalIrotNoteChangeTime().
| HRESULT __cdecl IrotRegister | ( | IrotHandle | h, |
| const MonikerComparisonData * | data, | ||
| const InterfaceData * | obj, | ||
| const InterfaceData * | mk, | ||
| const FILETIME * | time, | ||
| DWORD | grfFlags, | ||
| IrotCookie * | cookie, | ||
| IrotContextHandle * | ctxt_handle | ||
| ) |
Definition at line 71 of file irotp.c.
Referenced by InternalIrotRegister().
| HRESULT __cdecl IrotRevoke | ( | IrotHandle | h, |
| IrotCookie | cookie, | ||
| IrotContextHandle * | ctxt_handle, | ||
| PInterfaceData * | obj, | ||
| PInterfaceData * | mk | ||
| ) |
Definition at line 149 of file irotp.c.
Referenced by InternalIrotRevoke().
| void *__RPC_USER MIDL_user_allocate | ( | SIZE_T | size | ) |
Definition at line 369 of file irotp.c.
Referenced by IrotEnumRunning(), IrotGetObject(), and IrotRevoke().
| void __RPC_USER MIDL_user_free | ( | void * | p | ) |
Definition at line 374 of file irotp.c.
Referenced by IrotEnumRunning(), and IrotRevoke().
Definition at line 60 of file irotp.c.
Referenced by IrotContextHandle_rundown(), IrotRegister(), and IrotRevoke().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | rpcss | ) |
|
static |
|
static |
Definition at line 49 of file irotp.c.
Referenced by IrotContextHandle_rundown(), IrotEnumRunning(), IrotGetObject(), IrotGetTimeOfLastChange(), IrotIsRunning(), IrotNoteChangeTime(), IrotRegister(), and IrotRevoke().
|
static |
Definition at line 58 of file irotp.c.
Referenced by IrotRegister().
Definition at line 47 of file irotp.c.
Referenced by IrotEnumRunning(), IrotGetObject(), IrotGetTimeOfLastChange(), IrotIsRunning(), IrotNoteChangeTime(), IrotRegister(), and IrotRevoke().