|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "objidl.idl";
Inherits IPersistStream.
Public Types |
| enum | MKSYS {
MKSYS_NONE = 0,
MKSYS_GENERICCOMPOSITE = 1,
MKSYS_FILEMONIKER = 2,
MKSYS_ANTIMONIKER = 3,
MKSYS_ITEMMONIKER = 4,
MKSYS_POINTERMONIKER = 5,
MKSYS_CLASSMONIKER = 7
} |
| enum | MKRREDUCE { MKRREDUCE_ONE = 3 << 16,
MKRREDUCE_TOUSER = 2 << 16,
MKRREDUCE_THROUGHUSER = 1 << 16,
MKRREDUCE_ALL = 0
} |
| typedef IMoniker * | LPMONIKER |
Public Member Functions |
| HRESULT | BindToObject ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[in] REFIID riidResult,[out, iid_is(riidResult)] void **ppvResult) |
| HRESULT | RemoteBindToObject ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[in] REFIID riidResult,[out, iid_is(riidResult)] IUnknown **ppvResult) |
| HRESULT | BindToStorage ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[in] REFIID riid,[out, iid_is(riid)] void **ppvObj) |
| HRESULT | RemoteBindToStorage ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[in] REFIID riid,[out, iid_is(riid)] IUnknown **ppvObj) |
| HRESULT | Reduce ([in, unique] IBindCtx *pbc,[in] DWORD dwReduceHowFar,[in, out, unique] IMoniker **ppmkToLeft,[out] IMoniker **ppmkReduced) |
| HRESULT | ComposeWith ([in, unique] IMoniker *pmkRight,[in] BOOL fOnlyIfNotGeneric,[out] IMoniker **ppmkComposite) |
| HRESULT | Enum ([in] BOOL fForward,[out] IEnumMoniker **ppenumMoniker) |
| HRESULT | IsEqual ([in, unique] IMoniker *pmkOtherMoniker) |
| HRESULT | Hash ([out] DWORD *pdwHash) |
| HRESULT | IsRunning ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[in, unique] IMoniker *pmkNewlyRunning) |
| HRESULT | GetTimeOfLastChange ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[out] FILETIME *pFileTime) |
| HRESULT | Inverse ([out] IMoniker **ppmk) |
| HRESULT | CommonPrefixWith ([in, unique] IMoniker *pmkOther,[out] IMoniker **ppmkPrefix) |
| HRESULT | RelativePathTo ([in, unique] IMoniker *pmkOther,[out] IMoniker **ppmkRelPath) |
| HRESULT | GetDisplayName ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[out] LPOLESTR *ppszDisplayName) |
| HRESULT | ParseDisplayName ([in, unique] IBindCtx *pbc,[in, unique] IMoniker *pmkToLeft,[in] LPOLESTR pszDisplayName,[out] ULONG *pchEaten,[out] IMoniker **ppmkOut) |
| HRESULT | IsSystemMoniker ([out] DWORD *pdwMksys) |
Detailed Description
Definition at line 550 of file objidl.idl.
The documentation for this interface was generated from the following file:
Generated on Sat May 26 2012 06:22:37 for ReactOS by
1.7.6.1
|