WsVerifyXmlNCName 函式 (webservices.h)
驗證輸入字串是否為有效的 XML NCName。
語法
HRESULT WsVerifyXmlNCName(
const WCHAR *ncNameChars,
[in] ULONG ncNameCharCount,
[in, optional] WS_ERROR *error
);
參數
ncNameChars
要驗證的字串。
[in] ncNameCharCount
ncNameChars 字串的長度。
[in, optional] error
指定函式失敗時應儲存其他錯誤資訊的位置。
傳回值
此函式可以傳回下列其中一個值。
傳回碼 | Description |
---|---|
|
字串不是有效的 NCName。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | webservices.h |
程式庫 | WebServices.lib |
Dll | WebServices.dll |