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
43cd9e6d
Commit
43cd9e6d
authored
Apr 22, 2014
by
Qian Hong
Committed by
Alexandre Julliard
Apr 22, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added some ATL function prototypes.
parent
36d8d6bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
atliface.idl
include/atliface.idl
+7
-0
No files found.
include/atliface.idl
View file @
43cd9e6d
...
...
@@ -207,8 +207,15 @@ cpp_quote("DEFINE_GUID(CLSID_Registrar,0x44ec053a,0x400f,0x11d0,0x9d,0xcd,0x00,0
cpp_quote
(
"HRESULT WINAPI AtlAxCreateControl(LPCOLESTR,HWND,IStream*,IUnknown**);"
)
cpp_quote
(
"HRESULT WINAPI AtlAxCreateControlEx(LPCOLESTR,HWND,IStream*,IUnknown**,IUnknown**,REFIID,IUnknown*);"
)
cpp_quote
(
"HRESULT WINAPI AtlAxCreateControlLic(LPCOLESTR,HWND,IStream*,IUnknown**,BSTR);"
)
cpp_quote
(
"HRESULT WINAPI AtlAxCreateControlLicEx(LPCOLESTR,HWND,IStream*,IUnknown**,IUnknown**,REFIID,IUnknown*,BSTR);"
)
cpp_quote
(
"BOOL WINAPI AtlAxWinInit(void);"
)
cpp_quote
(
"HRESULT WINAPI AtlAxGetControl(HWND,IUnknown**);"
)
cpp_quote
(
"HRESULT WINAPI AtlAxGetHost(HWND,IUnknown**);"
)
cpp_quote
(
"HWND WINAPI AtlAxCreateDialogW(HINSTANCE,LPCWSTR,HWND,DLGPROC,LPARAM);"
)
cpp_quote
(
"HWND WINAPI AtlAxCreateDialogA(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM);"
)
cpp_quote
(
"#define AtlAxCreateDialog WINELIB_NAME_AW(AtlAxCreateDialog)"
)
cpp_quote
(
"INT_PTR WINAPI AtlAxDialogBoxW(HINSTANCE,LPCWSTR,HWND,DLGPROC,LPARAM);"
)
cpp_quote
(
"INT_PTR WINAPI AtlAxDialogBoxA(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM);"
)
cpp_quote
(
"#define AtlAxDialogBox WINELIB_NAME_AW(AtlAxDialogBox)"
)
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