VirtualBox

Ignore:
Timestamp:
Aug 22, 2007 2:12:20 PM (17 years ago)
Author:
vboxsync
Message:

Restore notification handler added

Location:
trunk/src/VBox/Additions/WINNT/VBoxService
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk

    r4266 r4281  
    3131        VBoxClipboard.cpp \
    3232        VBoxDisplay.cpp \
     33        VBoxRestore.cpp \
    3334        helpers.cpp \
    3435        VBoxService.rc
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp

    r4266 r4281  
    1919#include "VBoxClipboard.h"
    2020#include "VBoxDisplay.h"
     21#include "VBoxRestore.h"
    2122#include <VBoxHook.h>
    2223#include "resource.h"
     
    9091        VBoxSeamlessThread,
    9192        VBoxSeamlessDestroy
     93    },
     94    {
     95        "Restore",
     96        VBoxRestoreInit,
     97        VBoxRestoreThread,
     98        VBoxRestoreDestroy,
    9299    },
    93100    {
     
    426433            break;
    427434
     435        case WM_VBOX_RESTORED:
     436            VBoxRestoreSession();
     437            break;
     438
    428439        default:
    429440            return DefWindowProc(hwnd, msg, wParam, lParam);
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.h

    r4071 r4281  
    2929#include <VBox/version.h>
    3030
     31
     32#define WM_VBOX_RESTORED                     0x2005
     33
     34
    3135/* The environment information for services. */
    3236typedef struct _VBOXSERVICEENV
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette