|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "inflib.h"
#include "infros.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| BOOLEAN | InfFindFirstLine (HINF InfHandle, PCWSTR Section, PCWSTR Key, PINFCONTEXT *Context) |
| BOOLEAN | InfFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut) |
| BOOLEAN | InfFindFirstMatchLine (PINFCONTEXT ContextIn, PCWSTR Key, PINFCONTEXT ContextOut) |
| BOOLEAN | InfFindNextMatchLine (PINFCONTEXT ContextIn, PCWSTR Key, PINFCONTEXT ContextOut) |
| LONG | InfGetLineCount (HINF InfHandle, PCWSTR Section) |
| LONG | InfGetFieldCount (PINFCONTEXT Context) |
| BOOLEAN | InfGetBinaryField (PINFCONTEXT Context, ULONG FieldIndex, PUCHAR ReturnBuffer, ULONG ReturnBufferSize, PULONG RequiredSize) |
| BOOLEAN | InfGetIntField (PINFCONTEXT Context, ULONG FieldIndex, PINT IntegerValue) |
| BOOLEAN | InfGetMultiSzField (PINFCONTEXT Context, ULONG FieldIndex, PWSTR ReturnBuffer, ULONG ReturnBufferSize, PULONG RequiredSize) |
| BOOLEAN | InfGetStringField (PINFCONTEXT Context, ULONG FieldIndex, PWSTR ReturnBuffer, ULONG ReturnBufferSize, PULONG RequiredSize) |
| BOOLEAN | InfGetData (PINFCONTEXT Context, PWCHAR *Key, PWCHAR *Data) |
| BOOLEAN | InfGetDataField (PINFCONTEXT Context, ULONG FieldIndex, PWCHAR *Data) |
| VOID | InfFreeContext (PINFCONTEXT Context) |
Generated on Fri May 25 2012 06:02:26 for ReactOS by
1.7.6.1
|