MI_Operation structure (mi.h)

Represents a single operations execution. This object holds the internal function tables for carrying out actions on the operation.

Syntax

typedef struct _MI_Operation {
  MI_Uint64            reserved1;
  ptrdiff_t            reserved2;
  const MI_OperationFT *ft;
} MI_Operation;

Members

reserved1

Reserved for internal use.

reserved2

Reserved for internal use.

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