MI_ProviderArchitecture enumeration (mi.h)

This enumeration defines the WMI provider architecture used on the server.

Syntax

typedef enum _MI_ProviderArchitecture {
  MI_PROVIDER_ARCHITECTURE_32BIT,
  MI_PROVIDER_ARCHITECTURE_64BIT
} MI_ProviderArchitecture;

Constants

 
MI_PROVIDER_ARCHITECTURE_32BIT
Use this value if the client calls a 32-bit provider on the remote machine.
MI_PROVIDER_ARCHITECTURE_64BIT
Use this value if the client calls a 64-bit provider on the remote machine.

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