ReactOS 0.4.15-dev-7842-g558ab78
wdf.h File Reference
#include <psdk/sal.h>
#include <section_attribs.h>
#include <driverspecs.h>
#include "wdftypes.h"
#include "wdfglobals.h"
#include "wdffuncenum.h"
#include "wdfstatus.h"
#include "wdfassert.h"
#include "wdfverifier.h"
#include "wdfpool.h"
#include "wdfobject.h"
#include "wdfsync.h"
#include "wdfcore.h"
#include "wdfdriver.h"
#include "wdfqueryinterface.h"
#include "wdfmemory.h"
#include "wdfchildlist.h"
#include "wdffileobject.h"
#include "wdfdevice.h"
#include "wdfcollection.h"
#include "wdfdpc.h"
#include "wdftimer.h"
#include "wdfworkitem.h"
#include "wdfinterrupt.h"
#include "wdfresource.h"
#include "wdfrequest.h"
#include "wdfiotarget.h"
#include "wdfio.h"
#include "wdffdo.h"
#include "wdfpdo.h"
#include "wdfcontrol.h"
#include "wdfwmi.h"
#include "wdfstring.h"
#include "wdfregistry.h"
#include "wdfdmaenabler.h"
#include "wdfdmatransaction.h"
#include "wdfcommonbuffer.h"
#include "wdfbugcodes.h"
#include "wdfroletypes.h"
#include "wdfhwaccess.h"
Include dependency graph for wdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WDF_EXTERN_C
 
#define WDF_EXTERN_C_START
 
#define WDF_EXTERN_C_END
 
#define STDCALL   __stdcall
 
#define WdfFunctions   WdfFunctions_01017
 

Typedefs

typedef VOID(* WDFFUNC) (VOID)
 

Variables

const WDFFUNCWdfFunctions
 
WDFFUNC WdfDriverMiniportUnloadOverride
 

Macro Definition Documentation

◆ STDCALL

#define STDCALL   __stdcall

Definition at line 45 of file wdf.h.

◆ WDF_EXTERN_C

#define WDF_EXTERN_C

Definition at line 36 of file wdf.h.

◆ WDF_EXTERN_C_END

#define WDF_EXTERN_C_END

Definition at line 38 of file wdf.h.

◆ WDF_EXTERN_C_START

#define WDF_EXTERN_C_START

Definition at line 37 of file wdf.h.

◆ WdfFunctions

#define WdfFunctions   WdfFunctions_01017

Definition at line 66 of file wdf.h.

Typedef Documentation

◆ WDFFUNC

typedef VOID(* WDFFUNC) (VOID)

Definition at line 68 of file wdf.h.

Variable Documentation

◆ WdfDriverMiniportUnloadOverride

WDFFUNC WdfDriverMiniportUnloadOverride
extern

Referenced by WdfDriverMiniportUnload().

◆ WdfFunctions

const WDFFUNC* WdfFunctions
extern