MI_Context_PostResult function (mi.h)

Posts the final terminating result code back to the client (through the server) in response to a request.

Syntax

MI_INLINE MI_Result MI_INLINE_CALL MI_Context_PostResult(
  [in] MI_Context *context,
       MI_Result  result
);

Parameters

[in] context

Request context.

result

Result code to post to the server.

Return value

This function returns MI_INLINE MI_Result MI_INLINE_CALL.

Remarks

All calls to the MI_Context_PostIndication and MI_Context_PostInstance functions must be complete before calling this function. When this function is called, the lifetime of the request context is terminated; the context becomes invalid, and no additional calls can be made on the context.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
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_Context

MI_Context_PostIndication

MI_Context_PostInstance