CeRapiGetError

The CeRapiGetError function reports remote API related failures. CeRapiGetError can be used to determine if a call failed due to a failure in the remote API.

Syntax

HRESULT CeRapiGetError(void);

At a Glance

Header file: Rapi.h
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

None.

Return Values

This function returns standard Win32 error values.

Remarks

When writing applications for Windows CE versions 1.0 and 1.01, use the GetRapiError function.