Compartilhar via


Método ITAllocatorProperties::GetBufferSize (tapi3.h)

O método GetBufferSize obtém o tamanho do buffer do alocador.

Sintaxe

HRESULT GetBufferSize(
  [out] DWORD *pBufferSize
);

Parâmetros

[out] pBufferSize

Tamanho do buffer do alocador atual.

Valor retornado

Se o método for bem-sucedido, retornará S_OK. Caso contrário, retornará um valor de erro.

Requisitos

   
Plataforma de Destino Windows
Cabeçalho tapi3.h (inclua Tapi3.h)
Biblioteca Uuid.lib
DLL Tapi3.dll

Confira também

ITAllocatorProperties