Condividi tramite


Metodo IXpsOMCoreProperties::GetContentStatus (xpsobjectmodel.h)

Ottiene la proprietà contentStatus .

Sintassi

HRESULT GetContentStatus(
  [out, retval] LPWSTR *contentStatus
);

Parametri

[out, retval] contentStatus

Stringa letta dalla proprietà contentStatus .

Valore restituito

Il metodo restituisce un valore HRESULT. I valori possibili includono, ma non solo, quelli nella tabella che segue. Per informazioni sui valori restituiti dell'API documento XPS non elencati in questa tabella, vedere Errori del documento XPS.

Codice restituito Descrizione
S_OK
Il metodo è riuscito.
E_POINTER
contentStatus è NULL.

Commenti

La proprietà contentStatus archivia lo stato del contenuto. Esempi di valori contentStatus includono Draft, Reviewed e Final.

Questo metodo alloca la memoria usata dalla stringa restituita in contentStatus. Se contentStatus non è NULL, usare la funzione CoTaskMemFree per liberare la memoria.

Requisiti

   
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione xpsobjectmodel.h

Vedi anche

IXpsOMCoreProperties

Standard ECMA-376, formati di file Office Open XML

XML Paper Specification

Errori del documento XPS