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
fae181b0
Commit
fae181b0
authored
Aug 30, 2004
by
James Hawkins
Committed by
Alexandre Julliard
Aug 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added API documentation for DirectDrawEnumerateEx.
parent
4d7892f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
main.c
dlls/ddraw/main.c
+16
-4
No files found.
dlls/ddraw/main.c
View file @
fae181b0
...
...
@@ -159,8 +159,20 @@ sym_not_found:
return
FALSE
;
}
/***********************************************************************
* DirectDrawEnumerateExA (DDRAW.@)
/*******************************************************************************
* DirectDrawEnumerateExA (DDRAW.@)
*
* Enumerates all DirectDraw devices installed on the system.
*
* PARAMS
* lpCallback [I] DDEnumCallbackEx function to be called with a description of
* each enumerated HAL.
* lpContext [I] application-defined value to be passed to the callback.
* dwFlags [I] Specifies the enumeration scope. see msdn.
*
* RETURNS
* Success: DD_OK.
* Failure: DDERR_INVALIDPARAMS
*/
HRESULT
WINAPI
DirectDrawEnumerateExA
(
LPDDENUMCALLBACKEXA
lpCallback
,
LPVOID
lpContext
,
DWORD
dwFlags
)
...
...
@@ -206,8 +218,8 @@ HRESULT WINAPI DirectDrawEnumerateExA(
return
DD_OK
;
}
/***********************************************************************
*
DirectDrawEnumerateExW (DDRAW.@)
/***********************************************************************
********
*
DirectDrawEnumerateExW (DDRAW.@)
*/
static
BOOL
CALLBACK
DirectDrawEnumerateExProcW
(
...
...
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