Metodo IFaxIncomingMessage::CopyTiff (faxcomex.h)

Il metodo CopyTiff copia il file Tagged Image File Format Class F (TIFF Class F) associato al messaggio fax in ingresso in un file nel computer locale.

Sintassi

HRESULT CopyTiff(
  [in] BSTR bstrTiffPath
);

Parametri

[in] bstrTiffPath

Tipo: BSTR

BSTR con terminazione Null che specifica un percorso completo e un nome file nel computer locale. Il servizio fax copia il file TIFF Class F associato al messaggio fax in ingresso nel file specificato.

Valore restituito

Tipo: HRESULT

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

   
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione faxcomex.h
DLL Fxscomex.dll

Vedi anche

FaxIncomingMessage

IFaxIncomingMessage

Esempio di Visual Basic