Kaydet (Commit) 23a0fe78 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clarify documentation of (mis)features of osl_getExecutableFile()

Change-Id: I106b14a8ce2709c11f23eb1d49924c9c5ab51b50
üst d0090009
...@@ -335,6 +335,12 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessInfo( ...@@ -335,6 +335,12 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessInfo(
@param strFile [out] the string that receives the executable file path. @param strFile [out] the string that receives the executable file path.
@return osl_Process_E_None or does not return. @return osl_Process_E_None or does not return.
@see osl_executeProcess @see osl_executeProcess
Ideally this will return the true executable file path as a file:
URL, but actually in case something else happens to have been
passed as argv[0] to osl_setCommandArgs(), it will return that
either as a file URL, or as such in case it doesn't look like an
absolute pathname.
*/ */
SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getExecutableFile( SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getExecutableFile(
rtl_uString **strFile); rtl_uString **strFile);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment