ReactOS 0.4.16-dev-250-g3ecd236
|
Classes | |
struct | tagBIND_OPTS |
struct | tagBIND_OPTS2 |
struct | tagBIND_OPTS3 |
Public Types | |
enum | tagBIND_FLAGS { BIND_MAYBOTHERUSER = 1 , BIND_JUSTTESTEXISTENCE = 2 } |
typedef IBindCtx * | LPBINDCTX |
typedef IBindCtx * | LPBC |
typedef struct IBindCtx::tagBIND_OPTS | BIND_OPTS |
typedef struct IBindCtx::tagBIND_OPTS * | LPBIND_OPTS |
typedef struct IBindCtx::tagBIND_OPTS2 | BIND_OPTS2 |
typedef struct IBindCtx::tagBIND_OPTS2 * | LPBIND_OPTS2 |
typedef struct IBindCtx::tagBIND_OPTS3 | BIND_OPTS3 |
typedef struct IBindCtx::tagBIND_OPTS3 * | LPBIND_OPTS3 |
typedef enum IBindCtx::tagBIND_FLAGS | BIND_FLAGS |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | RegisterObjectBound ([in, unique] IUnknown *punk) |
HRESULT | RevokeObjectBound ([in, unique] IUnknown *punk) |
HRESULT | ReleaseBoundObjects () |
HRESULT | SetBindOptions ([in] BIND_OPTS *pbindopts) |
HRESULT | RemoteSetBindOptions ([in] BIND_OPTS2 *pbindopts) |
HRESULT | GetBindOptions ([in, out] BIND_OPTS *pbindopts) |
HRESULT | RemoteGetBindOptions ([in, out] BIND_OPTS2 *pbindopts) |
HRESULT | GetRunningObjectTable ([out] IRunningObjectTable **pprot) |
HRESULT | RegisterObjectParam ([in] LPOLESTR pszKey, [in, unique] IUnknown *punk) |
HRESULT | GetObjectParam ([in] LPOLESTR pszKey, [out] IUnknown **ppunk) |
HRESULT | EnumObjectParam ([out] IEnumString **ppenum) |
HRESULT | RevokeObjectParam ([in] LPOLESTR pszKey) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 324 of file objidl.idl.
typedef IBindCtx* IBindCtx::LPBC |
Definition at line 327 of file objidl.idl.
typedef IBindCtx* IBindCtx::LPBINDCTX |
Definition at line 326 of file objidl.idl.
Enumerator | |
---|---|
BIND_MAYBOTHERUSER | |
BIND_JUSTTESTEXISTENCE |
Definition at line 360 of file objidl.idl.
HRESULT IBindCtx::EnumObjectParam | ( | [out] IEnumString ** | ppenum | ) |
HRESULT IBindCtx::GetRunningObjectTable | ( | [out] IRunningObjectTable ** | pprot | ) |
HRESULT IBindCtx::ReleaseBoundObjects | ( | ) |
HRESULT IBindCtx::RemoteGetBindOptions | ( | [in, out] BIND_OPTS2 * | pbindopts | ) |
HRESULT IBindCtx::RemoteSetBindOptions | ( | [in] BIND_OPTS2 * | pbindopts | ) |
Referenced by BindCtx_CreateWithMode().