Share via


WSD_PROBE (Compact 2013)

3/26/2014

This structure represents a Probe message.

Syntax

typedef struct _WSD_PROBE {
  WSD_NAME_LIST* Types;
  WSD_SCOPES* Scopes;
  WSDXML_ELEMENT* Any;
} WSD_PROBE;

Members

  • Types
    Reference to a WSD_NAME_LIST structure that contains a list of WS-Discovery Types.
  • Scopes
    Reference to a WSD_SCOPES structure that contains a list of WS-Discovery Scopes.
  • Any
    Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Structures