OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOleContainer
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htiframe.h
166
virtual HRESULT WINAPI GetFramesContainer(
IOleContainer
**ppContainer) = 0;
185
HRESULT (WINAPI *GetFramesContainer)(ITargetFrame2 *This,
IOleContainer
**ppContainer);
225
HRESULT WINAPI ITargetFrame2_GetFramesContainer_Proxy(ITargetFrame2 *This,
IOleContainer
**ppContainer);
250
virtual HRESULT WINAPI GetFramesContainer(
IOleContainer
**ppContainer) = 0;
259
HRESULT (WINAPI *GetFramesContainer)(ITargetContainer *This,
IOleContainer
**ppContainer);
275
HRESULT WINAPI ITargetContainer_GetFramesContainer_Proxy(ITargetContainer *This,
IOleContainer
**ppContainer);
htiface.h
94
virtual HRESULT WINAPI GetFramesContainer(
IOleContainer
**ppContainer) = 0;
115
HRESULT (WINAPI *GetFramesContainer)(ITargetFrame *This,
IOleContainer
**ppContainer);
160
HRESULT WINAPI ITargetFrame_GetFramesContainer_Proxy(ITargetFrame *This,
IOleContainer
**ppContainer);
oleidl.h
55
typedef struct
IOleContainer
IOleContainer
;
387
typedef
IOleContainer
*LPOLECONTAINER;
391
struct
IOleContainer
: public IParseDisplayName {
399
HRESULT (WINAPI *QueryInterface)(
IOleContainer
*This,REFIID riid,void **ppvObject);
400
ULONG (WINAPI *AddRef)(
IOleContainer
*This);
401
ULONG (WINAPI *Release)(
IOleContainer
*This);
402
HRESULT (WINAPI *ParseDisplayName)(
IOleContainer
*This,IBindCtx *pbc,LPOLESTR pszDisplayName,ULONG *pchEaten,IMoniker **ppmkOut);
403
HRESULT (WINAPI *EnumObjects)(
IOleContainer
*This,DWORD grfFlags,IEnumUnknown **ppenum);
404
HRESULT (WINAPI *LockContainer)(
IOleContainer
*This,WINBOOL fLock)
[
all
...]
comdefsp.h
[
all
...]
Completed in 1162 milliseconds