WsGetDictionary function
Retrieves an XML Dictionary object. The retrieved Dictionary is returned by the dictionary reference parameter.
Syntax
HRESULT WINAPI WsGetDictionary( _In_ WS_ENCODING encoding, WS_XML_DICTIONARY** dictionary, _In_opt_ WS_ERROR* error );
Parameters
- encoding [in]
-
Indicates an enumeration of the Dictionary encoding.
- dictionary
-
A reference to a WS_XML_DICTIONARY structure for the retrieved Dictionary.
- error [in, optional]
-
A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Community Additions
ADD
Show: