Condividi tramite


Funzione WsTrimXmlWhitespace (webservices.h)

Rimuove gli spazi vuoti iniziali e finali da una sequenza di caratteri.

Sintassi

HRESULT WsTrimXmlWhitespace(
                 WCHAR    *chars,
  [in]           ULONG    charCount,
                 WCHAR    **trimmedChars,
  [out]          ULONG    *trimmedCount,
  [in, optional] WS_ERROR *error
);

Parametri

chars

Stringa da tagliare.

[in] charCount

Lunghezza della stringa da tagliare.

trimmedChars

Restituisce un puntatore nella stringa originale a partire dal primo carattere non di spazio vuoto.

[out] trimmedCount

Restituisce la lunghezza della stringa tagliata.

[in, optional] error

Specifica dove archiviare informazioni aggiuntive sull'errore se la funzione ha esito negativo.

Valore restituito

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

Commenti

La funzione restituisce un puntatore nella stringa originale. La stringa originale passata non viene modificata.

XML definisce spazi vuoti come caratteri 9 (0x9), 10 (0xA), 13 (0xD) e 32 (0x20).

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione webservices.h
Libreria WebServices.lib
DLL WebServices.dll