MI_DestinationOptions structure (mi.h)

Represents a set of destination options. Destination options are a set of configurations that define
the way an operation communicates with the server.

Syntax

typedef struct _MI_DestinationOptions {
  MI_Uint64                     reserved1;
  ptrdiff_t                     reserved2;
  const MI_DestinationOptionsFT *ft;
} MI_DestinationOptions;

Members

reserved1

Used internally and must not be changed. Should be set to 0.

reserved2

Used internally and must not be changed. Should be set to 0.

ft

This member is used internally, and it must not be changed.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header mi.h
Redistributable Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2