Home
last modified time | relevance | path

Searched defs:_INFCONTEXT (Results 1 – 4 of 4) sorted by relevance

/reactos/boot/freeldr/freeldr/ntldr/
H A Dinffile.h20 typedef struct _INFCONTEXT struct
22 PVOID Inf;
23 PVOID CurrentInf;
24 PVOID Section;
25 PVOID Line;
/reactos/base/setup/lib/spapisup/
H A Dinfsupp.h22 typedef struct _INFCONTEXT struct
24 HINF Inf;
25 HINF CurrentInf;
26 UINT Section;
27 UINT Line;
/reactos/sdk/lib/inflib/
H A Dinfpriv.h69 typedef struct _INFCONTEXT struct
71 PINFCACHE Inf;
72 PINFCACHE CurrentInf;
73 UINT Section;
74 UINT Line;
/reactos/sdk/include/psdk/
H A Dsetupapi.h685 typedef struct _INFCONTEXT { struct
686 PVOID Inf;
687 PVOID CurrentInf;
688 UINT Section;
689 UINT Line;