MI_OperationOptions_SetResourceUri function (mi.h)

Sets the resource URI to use for an operation.

Syntax

MI_INLINE MI_Result MI_OperationOptions_SetResourceUri(
  [in, out] MI_OperationOptions *options,
  [in]      const MI_Char       *rUri
);

Parameters

[in, out] options

A MI_OperationOptions structure containing a set of operation options.

[in] rUri

A null-terminated string that represents the resource URI to use for the operation.

Return value

A value of the MI_Result enumeration that specifies the function return code. This can be one of the following codes.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header mi.h
Library Mi.lib
DLL Mi.dll