VirtualBox

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

Last change on this file since 38310 was 38310, checked in by vboxsync, 13 years ago

Reverted accidental commit in r73297, fixed debug logging.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1/** @file
2 * VBoxGINA - Windows Logon DLL for VirtualBox.
3 */
4
5/*
6 * Copyright (C) 2006-2011 Oracle Corporation
7 *
8 * This file is part of VirtualBox Open Source Edition (OSE), as
9 * available from http://www.virtualbox.org. This file is free software;
10 * you can redistribute it and/or modify it under the terms of the GNU
11 * General Public License (GPL) as published by the Free Software
12 * Foundation, in version 2 as it comes in the "COPYING" file of the
13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 */
16
17#ifndef ___H_VBOXGINA
18#define ___H_VBOXGINA
19
20#include <iprt/initterm.h>
21
22#define LOG_GROUP LOG_GROUP_AUTOLOGON
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/** @name GINA entry point calls
32 * @{
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#endif /* !___H_VBOXGINA */
62
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