Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 956 Bytes

CeRapiGetError.md

File metadata and controls

38 lines (25 loc) · 956 Bytes

Home

Function name : CeRapiGetError

Group: Remote Application Programming (RAPI) - Library: rapi


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.


Code examples:

Pocket PC: custom RAPI class for operating with files and folders on mobile device
PocketPC: custom RAPI class for executing routines on remote Windows CE device

Declaration:

HRESULT CeRapiGetError(void);  

FoxPro declaration:

DECLARE INTEGER CeRapiGetError IN rapi  

Parameters:

None.


Return value:

This function returns standard Win32 error values.