Searched refs:dwEventType (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsrrestoreptapi.h45 DWORD dwEventType; member in struct:_RESTOREPTINFOA
H A Dcordebug.idl403 [in] CorDebugExceptionCallbackType dwEventType, [in] DWORD dwFlags );
412 [in] CorDebugExceptionUnwindCallbackType dwEventType,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsrrestoreptapi.h45 DWORD dwEventType; member in struct:_RESTOREPTINFOA
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp459 static DWORD WINAPI vboxServiceWinCtrlHandler(DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext)
467 VBoxServiceVerbose(2, "Control handler: Control=%#x, EventType=%#x\n", dwControl, dwEventType);
502 vboxServiceWTSStateToString(dwEventType),
503 pNotify->dwSessionId, dwEventType);
505 /* Handle all events, regardless of dwEventType. */
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp447 * @param dwEventType Event type. (specific to the control?)
452 static DWORD WINAPI supSvcWinServiceCtrlHandlerEx(DWORD dwControl, DWORD dwEventType, LPVOID pvEventData, LPVOID pvContext) argument
454 LogFlow(("supSvcWinServiceCtrlHandlerEx: dwControl=%#x dwEventType=%#x pvEventData=%p\n",
455 dwControl, dwEventType, pvEventData));
510 NOREF(dwEventType);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp558 * @param dwEventType Event type. (specific to the control?)
563 static DWORD WINAPI autostartSvcWinServiceCtrlHandlerEx(DWORD dwControl, DWORD dwEventType, LPVOID pvEventData, LPVOID pvContext) argument
565 LogFlow(("autostartSvcWinServiceCtrlHandlerEx: dwControl=%#x dwEventType=%#x pvEventData=%p\n",
566 dwControl, dwEventType, pvEventData));
618 NOREF(dwEventType);

Completed in 80 milliseconds