Searched defs:gachWindowClassName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/win/
H A DHostPowerWin.cpp32 static WCHAR gachWindowClassName[] = L"VBoxPowerNotifyClass"; variable
87 wc.lpszClassName = gachWindowClassName;
100 gachWindowClassName, gachWindowClassName,
139 UnregisterClass(gachWindowClassName, hInstance);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxClipboard.cpp57 static char gachWindowClassName[] = "VBoxSharedClipboardClass"; variable
558 wc.lpszClassName = gachWindowClassName;
571 gachWindowClassName, gachWindowClassName,
607 UnregisterClass(gachWindowClassName, pCtx->pEnv->hInstance);
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard-win.cpp32 static char gachWindowClassName[] = "VBoxSharedClipboardClass"; variable
516 wc.lpszClassName = gachWindowClassName;
529 gachWindowClassName, gachWindowClassName,
567 UnregisterClass (gachWindowClassName, hInstance);

Completed in 417 milliseconds