VirtualBox

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

Last change on this file since 28800 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • 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 *
3 * VBoxGINA -- Windows Logon DLL for VirtualBox
4 *
5 * Copyright (C) 2006-2007 Oracle Corporation
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
16#ifndef __H_VBOXGINA
17#define __H_VBOXGINA
18
19#include <iprt/initterm.h>
20#include <iprt/log.h>
21
22#include <VBox/Log.h>
23
24/** Handle to Winlogon service */
25extern HANDLE hGinaWlx;
26/** Winlog function dispatch table */
27extern PWLX_DISPATCH_VERSION_1_1 pWlxFuncs;
28
29
30/**
31 * GINA entry point calls
32 */
33typedef BOOL (WINAPI *PGWLXNEGOTIATE)(DWORD, DWORD*);
34typedef BOOL (WINAPI *PGWLXINITIALIZE)(LPWSTR, HANDLE, PVOID, PVOID, PVOID*);
35typedef VOID (WINAPI *PGWLXDISPLAYSASNOTICE)(PVOID);
36typedef int (WINAPI *PGWLXLOGGEDOUTSAS)(PVOID, DWORD, PLUID, PSID, PDWORD,
37 PHANDLE, PWLX_MPR_NOTIFY_INFO, PVOID*);
38typedef BOOL (WINAPI *PGWLXACTIVATEUSERSHELL)(PVOID, PWSTR, PWSTR, PVOID);
39typedef int (WINAPI *PGWLXLOGGEDONSAS)(PVOID, DWORD, PVOID);
40typedef VOID (WINAPI *PGWLXDISPLAYLOCKEDNOTICE)(PVOID);
41typedef int (WINAPI *PGWLXWKSTALOCKEDSAS)(PVOID, DWORD);
42typedef BOOL (WINAPI *PGWLXISLOCKOK)(PVOID);
43typedef BOOL (WINAPI *PGWLXISLOGOFFOK)(PVOID);
44typedef VOID (WINAPI *PGWLXLOGOFF)(PVOID);
45typedef VOID (WINAPI *PGWLXSHUTDOWN)(PVOID, DWORD);
46/* 1.1 calls */
47typedef BOOL (WINAPI *PGWLXSCREENSAVERNOTIFY)(PVOID, BOOL*);
48typedef BOOL (WINAPI *PGWLXSTARTAPPLICATION)(PVOID, PWSTR, PVOID, PWSTR);
49/* 1.3 calls */
50typedef BOOL (WINAPI *PGWLXNETWORKPROVIDERLOAD)(PVOID, PWLX_MPR_NOTIFY_INFO);
51typedef BOOL (WINAPI *PGWLXDISPLAYSTATUSMESSAGE)(PVOID, HDESK, DWORD, PWSTR, PWSTR);
52typedef BOOL (WINAPI *PGWLXGETSTATUSMESSAGE)(PVOID, DWORD*, PWSTR, DWORD);
53typedef BOOL (WINAPI *PGWLXREMOVESTATUSMESSAGE)(PVOID);
54/* 1.4 calls */
55typedef BOOL (WINAPI *PGWLXGETCONSOLESWITCHCREDENTIALS)(PVOID, PVOID);
56typedef VOID (WINAPI *PGWLXRECONNECTNOTIFY)(PVOID);
57typedef VOID (WINAPI *PGWLXDISCONNECTNOTIFY)(PVOID);
58
59
60
61#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