MI_Session structure (mi.h)

An object that is associated with a destination and has a set of credentials and options associated with it. .

Syntax

typedef struct _MI_Session {
  MI_Uint64          reserved1;
  ptrdiff_t          reserved2;
  const MI_SessionFT *ft;
} MI_Session;

Members

reserved1

For internal use only.

reserved2

For internal use only.

ft

This is the function table for accessing carrying out operations on a destination machine, along with configuration of the session. Use the functions containing the MI_Session_ prefix to access this information.

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

See also

MI_Application_NewSession

MI_Context_GetLocalSession