12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>GETUIDerr(Output) INTEGER(4).If an error occurs, err contains a value equal to –1 and array ret contains zeros.On Windows* systems, this subroutine has millisecond precision, and the last three digits of thereturned value are not significant.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBPortability Function: Returns the user ID of the calling process.Module: USE IFPORTSyntaxresult = GETUID( )Results:The result type is INTEGER(4). The result corresponds to the user identity under which theprogram is running. The result is returned as follows:• On Windows* systems, this function returns the last subauthority of the security identifier forthe process. This is unique on a local machine and unique within a domain for domainaccounts.Note that on Windows systems, domain accounts and local accounts can overlap.• On Linux* systems, this function returns the user identity for the current process.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBExampleUSE IFPORTinteger(4) istatISTAT = GETUID( )GETUNITQQQuickWin Function: Returns the unit number corresponding to the specified Windows* handle.This function is only available on Windows systems.Module: USE IFQWIN2-150

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!