Home | History | Annotate | Download | only in include

Lines Matching defs:ShutdownType

7390   } ShutdownType;
7441 virtual HRESULT WINAPI ProcessShutdown(ShutdownType shutdownType) = 0;
7453 HRESULT (WINAPI *ProcessShutdown)(ISurrogateService *This,ShutdownType shutdownType);
7467 #define ISurrogateService_ProcessShutdown(This,shutdownType) (This)->lpVtbl->ProcessShutdown(This,shutdownType)
7478 HRESULT WINAPI ISurrogateService_ProcessShutdown_Proxy(ISurrogateService *This,ShutdownType shutdownType);