GETUID

Portability Function: Retrieves the user ID of the calling process.

Module: USE DFPORT

Syntax

result = GETUID( )

Results:

The result is of type INTEGER(4). The result is always 1.

This function is included for compatibility only.

Compatibility

CONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIB

Example

USE DFPORT
integer(4) istat
ISTAT = GETUID( )