Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Verifies whether the input string is a valid XML NCName.
Syntax
HRESULT WsVerifyXmlNCName(
const WCHAR *ncNameChars,
[in] ULONG ncNameCharCount,
[in, optional] WS_ERROR *error
);
Parameters
ncNameChars
The string to be verified.
[in] ncNameCharCount
The length of the ncNameChars string.
[in, optional] error
Specifies where additional error information should be stored if the function fails.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
The string is not a valid NCName. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | webservices.h |
| Library | WebServices.lib |
| DLL | WebServices.dll |