ReactOS 0.4.15-dev-5853-gcb454ef
winmain.h
Go to the documentation of this file.
1#pragma once
2#include <windef.h>
3#include <wininet.h>
4#include "settings.h"
5
7
8extern HWND hMainWnd;
9extern HINSTANCE hInst;
10
11// integrity.cpp
unsigned int BOOL
Definition: ntddk_ex.h:94
_In_ LPCSTR lpFileName
Definition: winbase.h:3058
HINSTANCE hInst
Definition: dxdiag.c:13
HWND hMainWnd
Definition: magnifier.c:32
LPCWSTR szWindowClass
Definition: magnifier.c:28
BOOL VerifyInteg(LPCWSTR lpSHA1Hash, LPCWSTR lpFileName)
Definition: integrity.cpp:14
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185