|
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 "infhost.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
Functions |
| int | InfHostFindFirstLine (HINF InfHandle, const WCHAR *Section, const WCHAR *Key, PINFCONTEXT *Context) |
| int | InfHostFindNextLine (PINFCONTEXT ContextIn, PINFCONTEXT ContextOut) |
| int | InfHostFindFirstMatchLine (PINFCONTEXT ContextIn, const WCHAR *Key, PINFCONTEXT ContextOut) |
| int | InfHostFindNextMatchLine (PINFCONTEXT ContextIn, const WCHAR *Key, PINFCONTEXT ContextOut) |
| LONG | InfHostGetLineCount (HINF InfHandle, PCWSTR Section) |
| LONG | InfHostGetFieldCount (PINFCONTEXT Context) |
| int | InfHostGetBinaryField (PINFCONTEXT Context, ULONG FieldIndex, UCHAR *ReturnBuffer, ULONG ReturnBufferSize, ULONG *RequiredSize) |
| int | InfHostGetIntField (PINFCONTEXT Context, ULONG FieldIndex, INT *IntegerValue) |
| int | InfHostGetMultiSzField (PINFCONTEXT Context, ULONG FieldIndex, WCHAR *ReturnBuffer, ULONG ReturnBufferSize, ULONG *RequiredSize) |
| int | InfHostGetStringField (PINFCONTEXT Context, ULONG FieldIndex, WCHAR *ReturnBuffer, ULONG ReturnBufferSize, ULONG *RequiredSize) |
| int | InfHostGetData (PINFCONTEXT Context, WCHAR **Key, WCHAR **Data) |
| int | InfHostGetDataField (PINFCONTEXT Context, ULONG FieldIndex, WCHAR **Data) |
| VOID | InfHostFreeContext (PINFCONTEXT Context) |
Generated on Sun May 27 2012 06:04:19 for ReactOS by
1.7.6.1
|