|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <infpriv.h>

Public Attributes | |
| struct _INFCACHEFIELD * | Next |
| struct _INFCACHEFIELD * | Prev |
| CHAR | Data [1] |
| WCHAR | Data [1] |
| CHAR _INFCACHEFIELD::Data[1] |
Definition at line 32 of file inffile.c.
Referenced by InfGetBinaryField(), InfGetData(), InfGetDataField(), InfGetIntField(), InfGetMultiSzField(), InfGetStringField(), InfpAddFieldToLine(), InfpBuildFileBuffer(), InfpGetBinaryField(), InfpGetData(), InfpGetDataField(), InfpGetIntField(), InfpGetMultiSzField(), and InfpGetStringField().
| struct _INFCACHEFIELD * _INFCACHEFIELD::Next |
Definition at line 29 of file inffile.c.
Referenced by InfGetBinaryField(), InfGetDataField(), InfGetIntField(), InfGetMultiSzField(), InfGetStringField(), InfpBuildFileBuffer(), InfpGetBinaryField(), InfpGetDataField(), InfpGetIntField(), InfpGetMultiSzField(), and InfpGetStringField().
| struct _INFCACHEFIELD * _INFCACHEFIELD::Prev |
Definition at line 30 of file inffile.c.
Referenced by InfpAddFieldToLine().