ReactOS 0.4.15-dev-7958-gcd0bb1a
infcommon.h
Go to the documentation of this file.
1/*
2 * PROJECT: .inf file parser
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PROGRAMMER: Royce Mitchell III
5 * Eric Kohl
6 * Ge van Geldorp <gvg@reactos.org>
7 */
8
9#pragma once
10
11#define MAX_INF_STRING_LENGTH 512
12
13typedef void *HINF, **PHINF;
14typedef struct _INFCONTEXT *PINFCONTEXT;
15
16/* EOF */
struct _INFCONTEXT * PINFCONTEXT
Definition: infcommon.h:14
void ** PHINF
Definition: infcommon.h:13
void * HINF
Definition: infcommon.h:13