Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
55fe2b26
Commit
55fe2b26
authored
Oct 28, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tapi32: Add prototypes for lineInitializeExA/W().
parent
5b584072
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tapi.h
include/tapi.h
+3
-0
No files found.
include/tapi.h
View file @
55fe2b26
...
...
@@ -900,6 +900,9 @@ DWORD WINAPI lineGetTranslateCaps(HLINEAPP,DWORD,LPLINETRANSLATECAPS);
DWORD
WINAPI
lineHandoff
(
HCALL
,
LPCSTR
,
DWORD
);
DWORD
WINAPI
lineHold
(
HCALL
);
DWORD
WINAPI
lineInitialize
(
LPHLINEAPP
,
HINSTANCE
,
LINECALLBACK
,
LPCSTR
,
LPDWORD
);
LONG
WINAPI
lineInitializeExA
(
LPHLINEAPP
,
HINSTANCE
,
LINECALLBACK
,
LPCSTR
,
LPDWORD
,
LPDWORD
,
LPLINEINITIALIZEEXPARAMS
);
LONG
WINAPI
lineInitializeExW
(
LPHLINEAPP
,
HINSTANCE
,
LINECALLBACK
,
LPCWSTR
,
LPDWORD
,
LPDWORD
,
LPLINEINITIALIZEEXPARAMS
);
#define lineInitializeEx WINELIB_NAME_AW(lineInitializeEx)
DWORD
WINAPI
lineMakeCall
(
HLINE
,
LPHCALL
,
LPCSTR
,
DWORD
,
LPLINECALLPARAMS
);
DWORD
WINAPI
lineMonitorDigits
(
HCALL
,
DWORD
);
DWORD
WINAPI
lineMonitorMedia
(
HCALL
,
DWORD
);
...
...
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