Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
869231b4
Commit
869231b4
authored
Mar 14, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Mar 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added IDockingWindow definition.
parent
3dc7ffb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
shlguid.h
include/shlguid.h
+0
-1
shobjidl.idl
include/shobjidl.idl
+21
-0
No files found.
include/shlguid.h
View file @
869231b4
...
...
@@ -99,7 +99,6 @@ DEFINE_GUID(SID_SCommDlgBrowser, 0x80f30233, 0xb7df, 0x11d2, 0xa3, 0x3b, 0x00,
#define IID_IShellExecuteHook WINELIB_NAME_AW(IID_IShellExecuteHook)
#define IID_INewShortcutHook WINELIB_NAME_AW(IID_INewShortcutHook)
DEFINE_GUID
(
IID_IDockingWindow
,
0x012dd920L
,
0x7B26
,
0x11D0
,
0x8C
,
0xA9
,
0x00
,
0xA0
,
0xC9
,
0x2D
,
0xBF
,
0xE8
);
DEFINE_GUID
(
IID_IDockingWindowSite
,
0x2A342FC2L
,
0x7B26
,
0x11D0
,
0x8C
,
0xA9
,
0x00
,
0xA0
,
0xC9
,
0x2D
,
0xBF
,
0xE8
);
DEFINE_GUID
(
IID_IInputObject
,
0x068284FAA
,
0x6A48
,
0x11D0
,
0x8C
,
0x78
,
0x00
,
0xC0
,
0x4F
,
0xD9
,
0x18
,
0xB4
);
DEFINE_GUID
(
IID_IInputObjectSite
,
0x0F1DB8392
,
0x7331
,
0x11D0
,
0x8C
,
0x99
,
0x00
,
0xA0
,
0xC9
,
0x2D
,
0xBF
,
0xE8
);
...
...
include/shobjidl.idl
View file @
869231b4
...
...
@@ -1308,6 +1308,27 @@ interface ICommDlgBrowser3 : ICommDlgBrowser2
[in] IShellView *ppshv);
}
/*****************************************************************************
* IDockingWindow interface
*/
[
object,
uuid(012dd920-7b26-11d0-8ca9-00a0c92dbfe8)
]
interface IDockingWindow : IOleWindow
{
HRESULT ShowDW(
[in] BOOL fShow);
HRESULT CloseDW(
[in] DWORD dwReserved);
HRESULT ResizeBorderDW(
[in] LPCRECT prcBorder,
[in] IUnknown *punkToolbarSite,
[in] BOOL fReserved);
};
/*****************************************************************************
* IDockingWindowFrame interface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment