Expand Minimize
This topic has not yet been rated - Rate this topic

WS_DYNAMIC_STRING_CALLBACK function

Determines whether the specified string can be written in optimized form. This callback is used in WS_XML_WRITER_BINARY_ENCODING

Syntax


void WS_DYNAMIC_STRING_CALLBACK(
  _In_      void* callbackState,
  _In_      const WS_XML_STRING* string,
  _Out_     BOOL* *found,
  _Out_     ULONG* *id,
  _In_opt_  WS_ERROR* error
);

Parameters

callbackState [in]

User-defined state that was passed to the function that accepted the WS_DYNAMIC_STRING_CALLBACK.

string [in]

The string to look up in the dynamic dictionary.

found [out]

Whether or not the string was found in the dynamic dictionary is returned here.

id [out]

The id of the string is returned here.

error [in, optional]

Specifies where additional error information should be stored if the function fails.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.