VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h@ 8170

Last change on this file since 8170 was 8155, checked in by vboxsync, 16 years ago

The Big Sun Rebranding Header Change

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1/** @file
2 *
3 * VBoxGINA -- Windows Logon DLL for VirtualBox
4 *
5 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
6 *
7 * This file is part of VirtualBox Open Source Edition (OSE), as
8 * available from http://www.virtualbox.org. This file is free software;
9 * you can redistribute it and/or modify it under the terms of the GNU
10 * General Public License (GPL) as published by the Free Software
11 * Foundation, in version 2 as it comes in the "COPYING" file of the
12 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14 *
15 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 * Clara, CA 95054 USA or visit http://www.sun.com if you need
17 * additional information or have any questions.
18 */
19
20#ifndef __H_VBOXGINA
21#define __H_VBOXGINA
22
23#include <VBox/log.h>
24
25/** Handle to Winlogon service */
26extern HANDLE hGinaWlx;
27/** Winlog function dispatch table */
28extern PWLX_DISPATCH_VERSION_1_1 pWlxFuncs;
29
30
31/**
32 * GINA entry point calls
33 */
34typedef BOOL (WINAPI *PGWLXNEGOTIATE)(DWORD, DWORD*);
35typedef BOOL (WINAPI *PGWLXINITIALIZE)(LPWSTR, HANDLE, PVOID, PVOID, PVOID*);
36typedef VOID (WINAPI *PGWLXDISPLAYSASNOTICE)(PVOID);
37typedef int (WINAPI *PGWLXLOGGEDOUTSAS)(PVOID, DWORD, PLUID, PSID, PDWORD,
38 PHANDLE, PWLX_MPR_NOTIFY_INFO, PVOID*);
39typedef BOOL (WINAPI *PGWLXACTIVATEUSERSHELL)(PVOID, PWSTR, PWSTR, PVOID);
40typedef int (WINAPI *PGWLXLOGGEDONSAS)(PVOID, DWORD, PVOID);
41typedef VOID (WINAPI *PGWLXDISPLAYLOCKEDNOTICE)(PVOID);
42typedef int (WINAPI *PGWLXWKSTALOCKEDSAS)(PVOID, DWORD);
43typedef BOOL (WINAPI *PGWLXISLOCKOK)(PVOID);
44typedef BOOL (WINAPI *PGWLXISLOGOFFOK)(PVOID);
45typedef VOID (WINAPI *PGWLXLOGOFF)(PVOID);
46typedef VOID (WINAPI *PGWLXSHUTDOWN)(PVOID, DWORD);
47/* 1.1 calls */
48typedef BOOL (WINAPI *PGWLXSCREENSAVERNOTIFY)(PVOID, BOOL*);
49typedef BOOL (WINAPI *PGWLXSTARTAPPLICATION)(PVOID, PWSTR, PVOID, PWSTR);
50/* 1.3 calls */
51typedef BOOL (WINAPI *PGWLXNETWORKPROVIDERLOAD)(PVOID, PWLX_MPR_NOTIFY_INFO);
52typedef BOOL (WINAPI *PGWLXDISPLAYSTATUSMESSAGE)(PVOID, HDESK, DWORD, PWSTR, PWSTR);
53typedef BOOL (WINAPI *PGWLXGETSTATUSMESSAGE)(PVOID, DWORD*, PWSTR, DWORD);
54typedef BOOL (WINAPI *PGWLXREMOVESTATUSMESSAGE)(PVOID);
55/* 1.4 calls */
56typedef BOOL (WINAPI *PGWLXGETCONSOLESWITCHCREDENTIALS)(PVOID, PVOID);
57typedef VOID (WINAPI *PGWLXRECONNECTNOTIFY)(PVOID);
58typedef VOID (WINAPI *PGWLXDISCONNECTNOTIFY)(PVOID);
59
60
61
62#endif /* __H_VBOXGINA */
Note: See TracBrowser for help on using the repository browser.

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