summaryrefslogtreecommitdiffstats
path: root/private/windows/gina/winlogon/misc.h
blob: a2ae79f3323b24c622811374dc8b9fef2929268a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1993.
//
//  File:       misc.h
//
//  Contents:
//
//  Classes:
//
//  Functions:
//
//  History:    8-25-94   RichardW   Created
//
//----------------------------------------------------------------------------


DWORD
ReportWinlogonEvent(
    IN PGLOBALS pGlobals,
    IN WORD EventType,
    IN DWORD EventId,
    IN DWORD SizeOfRawData,
    IN PVOID RawData,
    IN DWORD NumberOfStrings,
    ...
    );


VOID
ClearUserProfileData(
    PUSER_PROFILE_INFO UserProfileData
    );


int TimeoutMessageBox(
    PGLOBALS pGlobals,
    HWND hWnd,
    UINT IdText,
    UINT IdCaption,
    UINT wType
    );


void
MainLoop(PGLOBALS   pGlobals);