VirtualBox

Ignore:
Timestamp:
Jul 24, 2007 11:37:53 AM (17 years ago)
Author:
vboxsync
Message:

Install hooks in main thread

File:
1 edited

Legend:

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

    r3789 r3811  
    2121
    2222#include "VBoxService.h"
     23#include "VBoxSeamless.h"
    2324#include "resource.h"
    2425#include <malloc.h>
     
    7576unsigned __stdcall VBoxClipboardThread  (void *pInstance);
    7677void               VBoxClipboardDestroy (const VBOXSERVICEENV *pEnv, void *pInstance);
    77 /* The seamless windows service prototypes */
    78 int                VBoxSeamlessInit     (const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread);
    79 unsigned __stdcall VBoxSeamlessThread   (void *pInstance);
    80 void               VBoxSeamlessDestroy  (const VBOXSERVICEENV *pEnv, void *pInstance);
    8178
    8279/* The service table. */
     
    900897            break;
    901898
     899        case WM_VBOX_INSTALL_SEAMLESS_HOOK:
     900
     901            break;
     902
     903        case WM_VBOX_REMOVE_SEAMLESS_HOOK:
     904            break;
     905
    902906        default:
    903907            return DefWindowProc(hwnd, msg, wParam, lParam);
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