CeRapiGetError (Windows CE 5.0)
This function reports remote API related failures. CeRapiGetError can be used to determine if a call failed due to a failure in the remote API.
HRESULT CeRapiGetError(void);
Parameters
None.
Return Values
This function returns standard Win32 error values.
Remarks
This function is a part of the remote application programming interface (RAPI), which invokes function calls on a Windows CE–based device. RAPI functions are supported only for applications that run on desktop platforms.
When writing applications for Windows CE 1.0 and 1.01, use the GetRapiError function.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Rapi.h.
Link Library: Rapi.lib.
See Also
Send Feedback on this topic to the authors