AVC_PIN_COUNT estructura (avc.h)
La estructura AVC_PIN_COUNT especifica el número de patillas en un dispositivo de subunidad AV/C.
Sintaxis
typedef struct _AVC_PIN_COUNT {
ULONG PinCount;
} AVC_PIN_COUNT, *PAVC_PIN_COUNT;
Miembros
PinCount
Este valor se rellena avc.sys a partir de la función AVC_FUNCTION_GET_PIN_COUNT .
Comentarios
Esta estructura se usa con el código de función AVC_FUNCTION_GET_PIN_COUNT .
Esta estructura solo se usa como miembro dentro de la estructura AVC_MULTIFUNC_IRB. No se usa por sí mismo.
Vea Cómo usar Avc.sys Para obtener información sobre cómo compilar y enviar un comando AV/C.
Requisitos
Requisito | Valor |
---|---|
Header | avc.h (incluya Avc.h) |