Syntax
LPTSTR WINAPI GetCommandLine(void);
Parameters
This function has no parameters.
Return value
The return value is a pointer to the command-line string for the current process.
_putenv_s, _wputenv_s
Visual Studio 2005
Create, modify, or remove environment variables. These are versions of _putenv, _wputenv with security enhancements as described in Security Enhancements in the CRT.
No comments:
Post a Comment