IBidiRequest::GetResult method (bidispl.h)

The GetResult method tells whether the bidi request was successful.

Syntax

HRESULT GetResult(
  [out] HRESULT *phr
);

Parameters

[out] phr

Pointer to a variable that specifies the status of the bidi request.

Return value

The method returns one of the following values. For more information about COM error codes, see COM Error Codes.

Value Description
S_OK The operation was successfully carried out.
E_HANDLE The interface handle was invalid.
E_POINTER At least one of the pointer variable parameters did not reference a valid memory location.
None of the above The HRESULT contains an error code corresponding to the last error.

The return value indicates whether the method was successful. It does not indicate what happened to the bidi request.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Target Platform Desktop
Header bidispl.h
DLL Bidispl.dll

See also

Bidirectional Communication Interfaces

Bidirectional Communication Schema

IBidiRequest