estrutura AVC_PIN_COUNT (avc.h)

A estrutura AVC_PIN_COUNT especifica o número de pinos em um dispositivo de subunidade AV/C.

Sintaxe

typedef struct _AVC_PIN_COUNT {
  ULONG PinCount;
} AVC_PIN_COUNT, *PAVC_PIN_COUNT;

Membros

PinCount

Esse valor é preenchido por avc.sys no retorno da função AVC_FUNCTION_GET_PIN_COUNT .

Comentários

Essa estrutura é usada com o código da função AVC_FUNCTION_GET_PIN_COUNT .

Essa estrutura é usada apenas como um membro dentro da estrutura AVC_MULTIFUNC_IRB. Ele não é usado por si só.

Consulte How to Use Avc.sys Para obter informações sobre como criar e enviar um comando AV/C.

Requisitos

Requisito Valor
Cabeçalho avc.h (inclua Avc.h)

Confira também

AVC_FUNCTION

AVC_FUNCTION_GET_PIN_COUNT

AVC_MULTIFUNC_IRB