ReactOS 0.4.16-dev-937-g7afcd2a
dxprivate.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

VOID APIENTRY DxStartupDxgkInt (VOID)
 

Function Documentation

◆ DxStartupDxgkInt()

VOID APIENTRY DxStartupDxgkInt ( VOID  )

Definition at line 25 of file d3dkmt.c.

26{
27 DPRINT("DxStartupDxgkInt: Entry\n");
28 /*
29 * TODO: Let DxgKrnl know it's time to start all adapters, and obtain the win32k<->dxgkrnl interface via an IOCTRL.
30 * https://jira.reactos.org/browse/CORE-20027
31 */
32}
#define DPRINT
Definition: sndvol32.h:73

Referenced by InitializeGreCSRSS().