Compartilhar via


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.

Observações

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 Como usar 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)

Consulte também

AVC_FUNCTION

AVC_FUNCTION_GET_PIN_COUNT

AVC_MULTIFUNC_IRB