mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	inc: winfsp.hpp: FSP_CPP_EXCEPTION_GUARD
This commit is contained in:
		| @@ -820,7 +820,11 @@ public: | |||||||
|     } |     } | ||||||
|  |  | ||||||
| protected: | protected: | ||||||
|     /* virtuals */ |     /* start/stop */ | ||||||
|  |     virtual NTSTATUS ExceptionHandler() | ||||||
|  |     { | ||||||
|  |         return 0xE06D7363/*STATUS_CPP_EH_EXCEPTION*/; | ||||||
|  |     } | ||||||
|     virtual NTSTATUS OnStart(ULONG Argc, PWSTR *Argv) |     virtual NTSTATUS OnStart(ULONG Argc, PWSTR *Argv) | ||||||
|     { |     { | ||||||
|         return STATUS_SUCCESS; |         return STATUS_SUCCESS; | ||||||
| @@ -832,10 +836,6 @@ protected: | |||||||
|  |  | ||||||
| private: | private: | ||||||
|     /* callbacks */ |     /* callbacks */ | ||||||
|     virtual NTSTATUS ExceptionHandler() |  | ||||||
|     { |  | ||||||
|         return 0xE06D7363/*STATUS_CPP_EH_EXCEPTION*/; |  | ||||||
|     } |  | ||||||
|     static NTSTATUS OnStart(FSP_SERVICE *Service0, ULONG Argc, PWSTR *Argv) |     static NTSTATUS OnStart(FSP_SERVICE *Service0, ULONG Argc, PWSTR *Argv) | ||||||
|     { |     { | ||||||
|         Service *self = (Service *)Service0->UserContext; |         Service *self = (Service *)Service0->UserContext; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user