ReactOS 0.4.15-dev-8100-g1887773
ControlInit Struct Reference

#include <fxdeviceinit.hpp>

Public Member Functions

 ControlInit (VOID)
 

Public Attributes

PFN_WDF_DEVICE_SHUTDOWN_NOTIFICATION ShutdownNotification
 
UCHAR Flags
 

Detailed Description

Definition at line 83 of file fxdeviceinit.hpp.

Constructor & Destructor Documentation

◆ ControlInit()

ControlInit::ControlInit ( VOID  )
inline

Definition at line 84 of file fxdeviceinit.hpp.

87 {
89 Flags = 0;
90 }
#define NULL
Definition: types.h:112
PFN_WDF_DEVICE_SHUTDOWN_NOTIFICATION ShutdownNotification
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170

Member Data Documentation

◆ Flags

UCHAR ControlInit::Flags

Definition at line 94 of file fxdeviceinit.hpp.

◆ ShutdownNotification

PFN_WDF_DEVICE_SHUTDOWN_NOTIFICATION ControlInit::ShutdownNotification

Definition at line 92 of file fxdeviceinit.hpp.

Referenced by ControlInit().


The documentation for this struct was generated from the following file: