Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
La estructura INFCONTEXT almacena información de contexto que funciones como SetupGetLineText usan para navegar por los archivos INF.
Sintaxis
typedef struct _INFCONTEXT {
PVOID Inf;
PVOID CurrentInf;
UINT Section;
UINT Line;
} INFCONTEXT, *PINFCONTEXT;
Miembros
Inf
Identificador del archivo INF devuelto por SetupOpenInfFile.
CurrentInf
Puntero al archivo INF actual. El miembro Inf puede apuntar a varios archivos si se anexaron al archivo INF abierto mediante SetupOpenAppendInfFile.
Section
Sección del archivo INF actual.
Line
Línea de la sección actual en el archivo INF.
Requisitos
| Requisito | Value |
|---|---|
| Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
| Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
| Encabezado | setupapi.h |