Partager via


ITCallInfo::SetCallInfoBuffer, méthode (tapi3if.h)

La méthode SetCallInfoBuffer définit les éléments d’informations d’appel qui nécessitent une mémoire tampon, comme les informations utilisateur-utilisateur. Les applications clientes Automation, telles que celles écrites en Visual Basic, doivent utiliser la méthode ITCallInfo::p ut_CallInfoBuffer .

Syntaxe

HRESULT SetCallInfoBuffer(
  [in] CALLINFO_BUFFER CallInfoBuffer,
  [in] DWORD           dwSize,
  [in] BYTE            *pCallInfoBuffer
);

Paramètres

[in] CallInfoBuffer

CALLINFO_BUFFER indicateur du type d’informations nécessaire, comme CIB_USERUSERINFO.

[in] dwSize

Taille de pCallInfoBuffer.

[in] pCallInfoBuffer

Pointeur vers la mémoire tampon d’informations d’appel.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Code de retour Description
S_OK
La méthode a réussi.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
E_POINTER
Le paramètre pCallInfoBuffer n’est pas un pointeur valide.
E_INVALIDARG
Le paramètre CallInfoBuffer n’est pas une valeur valide.
TAPI_E_INVALCALLSTATE
L’état actuel de l’appel n’est pas valide pour cette opération.

Configuration requise

   
Plateforme cible Windows
En-tête tapi3if.h (inclure Tapi3.h)
Bibliothèque Uuid.lib
DLL Tapi3.dll

Voir aussi

CALLINFO_BUFFER

Call, objet

GetCallInfoBuffer

ITCallInfo

get_CallInfoBuffer

put_CallInfoBuffer