Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 942 Bytes

CeGetLastError.md

File metadata and controls

39 lines (26 loc) · 942 Bytes

Home

Function name : CeGetLastError

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


This function returns the calling thread"s last-error code value.


Code examples:

Pocket PC: base class
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:

DWORD CeGetLastError(void);  

FoxPro declaration:

DECLARE INTEGER CeGetLastError IN rapi  

Parameters:

None.


Return value:

The calling thread"s last-error code value indicates success.