◄Function Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_GPISEGEDITING LONG GpiQueryEditMode(hps) HPS hps; /* presentation-space handle */ The GpiQueryEditMode function returns the current editing mode. Parameter Description ──────────────────────────────────────────────────────────────────────────── hps Identifies the presentation space. Return Value The return value is SEGEM_INSERT or SEGEM_REPLACE if the function is successful, or SEGEM_ERROR if an error occurred. Errors Use the WinGetLastError function to retrieve the error value, which may be the following: PMERR_INV_HPS PMERR_INV_MICROPS_FUNCTION PMERR_PS_BUSY See Also GpiQueryElementPointer, GpiQueryElementType, GpiSetEditMode, WinGetLastError ♦